R/cotton.R

#' @title Data of cotton
#' @name   cotton
#' @docType data
#' @keywords datasets
#' @usage data(cotton)
#' @description
#' Data of cotton collected in experiments of two localities in Lima and Pisco,
#' Peru.
#' 
#' @format 
#' A \code{data.frame} with 96 observations on the following 5 variables.
#' 
#'  @details
#'         \itemize{
#'         \item{\strong{site}} a factor with levels Lima, and Pisco
#'         \item{\strong{block}} a factor with levels I, II, III, IV, V, and VI
#'         \item{\strong{lineage}} lineage
#'         \item{\strong{epoca}} epoca
#'         \item{\strong{yield}} yield
#'         }
#' 
#' @references 
#' Book spanish: Metodos estadisticos para la investigacion.
#' Autor: Calzada Benza Universidad Nacional Agraria - La Molina - Peru.
#' 
#' @source 
#' Book spanish: Metodos estadisticos para la investigacion.  Autor:
#' Calzada Benza Universidad Nacional Agraria - La Molina - Peru..
#' 
#' @keywords datasets
#' @examples
#' 
#' library(agricolae)
#' data(cotton)
#' str(cotton)
#' 
NULL
myaseen208/agricolae documentation built on April 4, 2023, 5:23 a.m.