#' @title multi-environment trial dataset
#'
#' @description A dataset of one plant in multi-environment trials(MET)
#'
#' @docType data
#' @keywords datasets
#' @name MET
#' @usage data(MET)
#' @format one dataset with 9 variables
#' \describe{
#' \item{Genotype}{levels with 36}
#' \item{Loc}{levels with 6}
#' \item{Loc2}{levels with 6}
#' \item{Row}{levels with 9}
#' \item{Col}{levels with 18}
#' \item{Rep}{Replicate,levels with 3}
#' \item{Block}{levels with 6}
#' \item{Plot}{levels with 6}
#' \item{yield}{a numeric vector}
#' }
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.