R/data.R

#' The example dataset
#'
#' It is a real dataset in agriculture, which includes planted cultivars in
#' multi-environment and the resulting yield.
#'
#' @format A data frame with 377 rows and 3 columns:
#' \describe{
#'    \item{gen}{Character vector of genotype (cultivar) names}
#'    \item{env}{Character vector of environment names}
#'    \item{yield}{Numeric vector of yield of planting each cultivar in each
#'    environment}
#' }
#' @source The phenotypic data from G2F initiative in 2018:
#' <https://doi.org/10.25739/anqq-sg86>
"data_ex"

Try the RSD package in your browser

Any scripts or data that you put into this service are public.

RSD documentation built on June 21, 2025, 5:09 p.m.