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