R/genxenv.R

#' @title Data of potato yield in a different environment
#' @name   genxenv
#' @docType data
#' @keywords datasets
#' @usage data(genxenv)
#' @description
#' 50 genotypes and 5 environments.
#' 
#' 
#' @format 
#'  A \code{data.frame} with 250 observations on the following 3 variables.
#' 
#'  @details
#'         \itemize{
#'         \item{\strong{ENV}} Environments
#'         \item{\strong{GEN}} Genotypes
#'         \item{\strong{YLD}} Yield
#'         }
#' 
#' @references 
#' International Potato Center. CIP - Lima Peru.
#' 
#' @source 
#' International Potato Center. CIP - Lima Peru.
#' 
#' @keywords datasets
#' @examples
#' 
#' library(agricolae)
#' data(genxenv)
#' str(genxenv)
#' 
NULL
myaseen208/agricolae documentation built on April 4, 2023, 5:23 a.m.