R/growth.R

#' @title Data growth of trees
#' @name   growth
#' @docType data
#' @keywords datasets
#' @usage data(growth)
#' @description
#' Data growth of pijuayo trees in several localities.
#' 
#' @format 
#'  A \code{data.frame} with 30 observations on the following 3 variables.
#' 
#'  @details
#'         \itemize{
#'         \item{\strong{place}} a factor with levels \code{L1}, and \code{L2}
#'         \item{\strong{slime}} slime
#'         \item{\strong{height}} height
#'         }
#' 
#' @references 
#' ICRAF lima Peru.
#' 
#' @source 
#' Experimental data (Pucallpa - Peru)
#' 
#' @keywords datasets
#' @examples
#' 
#' library(agricolae)
#' data(growth)
#' str(growth)
#' 
NULL
myaseen208/agricolae documentation built on April 4, 2023, 5:23 a.m.