https://github.com/cran/agricolae
Raw File
Tip revision: d7f661595f7e5f22ed8d699e34e244ea9a193787 authored by Felipe de Mendiburu on 08 April 2013, 00:00:00 UTC
version 1.1-4
Tip revision: d7f6615
growth.Rd
\name{growth}
\alias{growth}
\docType{data}
\title{ Data growth of trees}
\description{
  Data growth of pijuayo trees in several localities.
}
\usage{data(growth)}
\format{
  A data frame with 30 observations on the following 3 variables.
  \describe{
    \item{\code{place}}{a factor with levels \code{L1} \code{L2}}
    \item{\code{slime}}{a numeric vector}
    \item{\code{height}}{a numeric vector}
  }
}

\source{
  Experimental data (Pucallpa - Peru)
}
\references{
  ICRAF lima Peru.
}
\examples{
library(agricolae)
data(growth)
str(growth)
}
\keyword{datasets}
back to top