Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
legTools
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Harbor Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
leg
legTools
Commits
74ed2c9d
Commit
74ed2c9d
authored
9 years ago
by
Walmes Zeviani
Browse files
Options
Downloads
Patches
Plain Diff
check() after adding potatoyield dataset.
parent
dfe60077
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
R/legTools.R
+37
-0
37 additions, 0 deletions
R/legTools.R
man/potatoyield.Rd
+37
-0
37 additions, 0 deletions
man/potatoyield.Rd
with
74 additions
and
0 deletions
R/legTools.R
+
37
−
0
View file @
74ed2c9d
...
...
@@ -44,3 +44,40 @@ NULL
#' xlab="Feeding type")
#'
NULL
#' @name potatoyield
#'
#' @title Potato variety competition experiment
#'
#' @description These data are from an experiment done by the engineer
#' Oscar A. Garay at Balcare, Argentina. The experiment was done in a
#' randomized complete block design with 4 blocks. Potato yield (t
#' ha^{-1}) was recorded in each experimental unit.
#'
#' \itemize{
#' \item block a categorical unordered factor with 4 levels.
#' \item variety a categorical unordered factor with 8 levels.
#' \item yield potato yield (t ha^{-1}).
#' }
#'
#' @docType data
#'
#' @keywords datasets
#'
#' @usage data(potatoyield)
#'
#' @format a \code{data.frame} with 32 records and 3 variables.
#'
#' @source Frederico, P. (2009). Curso de Estat{\'i}stica Experimental
#' (15th ed.). Piracicaba, S{\~a}o Paulo: FEALQ. (page 76)
#'
#' @examples
#' require(lattice)
#' data(potatoyield)
#'
#' plot(yield~variety, data=potatoyield,
#' groups=block, type="o",
#' ylab=expression(Yield~(t~ha^{-1})),
#' xlab="Variety")
#'
NULL
This diff is collapsed.
Click to expand it.
man/potatoyield.Rd
0 → 100644
+
37
−
0
View file @
74ed2c9d
% Generated by roxygen2 (4.1.1): do not edit by hand
% Please edit documentation in R/legTools.R
\docType{data}
\name{potatoyield}
\alias{potatoyield}
\title{Potato variety competition experiment}
\format{a \code{data.frame} with 32 records and 3 variables.}
\source{
Frederico, P. (2009). Curso de Estat{\'i}stica Experimental
(15th ed.). Piracicaba, S{\~a}o Paulo: FEALQ. (page 76)
}
\usage{
data(potatoyield)
}
\description{
These data are from an experiment done by the engineer
Oscar A. Garay at Balcare, Argentina. The experiment was done in a
randomized complete block design with 4 blocks. Potato yield (t
ha^{-1}) was recorded in each experimental unit.
\itemize{
\item block a categorical unordered factor with 4 levels.
\item variety a categorical unordered factor with 8 levels.
\item yield potato yield (t ha^{-1}).
}
}
\examples{
require(lattice)
data(potatoyield)
plot(yield~variety, data=potatoyield,
groups=block, type="o",
ylab=expression(Yield~(t~ha^{-1})),
xlab="Variety")
}
\keyword{datasets}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment