#' @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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.