https://github.com/cran/agricolae
Raw File
Tip revision: 8e18d15ec14d76bf12f7050ab1309a5972f889c5 authored by Felipe de Mendiburu on 20 April 2009, 00:00:00 UTC
version 1.0-7
Tip revision: 8e18d15
potato.Rd
\name{potato}
\alias{potato}
\docType{data}
\title{ Data of cutting}
\description{
  A study on the yield of two potato varieties performed at the CIP
  experimental station.
}
\usage{data(potato)}
\format{
  A data frame with 18 observations on the following 4 variables.
  \describe{
    \item{\code{date}}{a numeric vector}
    \item{\code{variety}}{a factor with levels \code{Canchan} \code{Unica}}
    \item{\code{harvest}}{a numeric vector}
    \item{\code{cutting}}{a numeric vector}
  }
}

\source{
  Experimental data.
}
\references{
  International Potato Center
}
\examples{
library(agricolae)
data(potato)
str(potato)
}
\keyword{datasets}
back to top