R/data.R

#' Sample pedigree for partition.
#'
#' A dataset containing pedigree information and breeding values
#' for six individuals.
#'
#' @format A data frame with 6 rows and 8 variables:
#' \describe{
#'   \item{IId}{individual's ID}
#'   \item{FId}{Father's ID}
#'   \item{MId}{Mother's ID}
#'   \item{gen}{Generation}
#'   \item{country}{Country}
#'   \item{gender}{Individual's sex}
#'   \item{bv1}{Breeding value for trait 1}
#'   \item{bv2}{Breeding value for trait 1}
#' }
#' @source Simulation.
"AlphaPart.ped"

Try the AlphaPart package in your browser

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

AlphaPart documentation built on Nov. 16, 2022, 1:09 a.m.