#' @title Data for AMMI without repetition
#' @name sinRepAmmi
#' @docType data
#' @keywords datasets
#' @usage data(sinRepAmmi)
#' @description
#' Data frame for AMMI analysis with 50 genotypes in 5 environments.
#'
#'
#' @format
#' A \code{data.frame} with 250 observations on the following 3 variables.
#'
#' @details
#' \itemize{
#' \item{\strong{ENV}} a factor with levels A1, A2, A3, A4, and A5
#' \item{\strong{GEN}} Genotype
#' \item{\strong{YLD}} Yield
#' }
#'
#'
#' @references
#' International Potato Center - Lima Peru.
#'
#' @source
#' Experimental data.
#'
#' @keywords datasets
#' @examples
#'
#' library(agricolae)
#' data(sinRepAmmi)
#' str(sinRepAmmi)
#'
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.