Extends RawPop-class to add gender, genetic values,
phenotypes, and pedigrees.
# S4 method for Pop
[(x, i)# S4 method for Pop
c(x, ...)
a 'Pop'
index of individuals
additional 'Pop' objects
[: Extract Pop by index or id
c: Combine multiple Pops
idan individual's identifier
motherthe identifier of the individual's mother
fatherthe identifier of the individual's father
gendergender of individuals
nTraitsnumber of traits
gvmatrix of genetic values. When using GxE traits, gv reflects gv when w=0. Dimensions are nInd by nTraits.
phenomatrix of phenotypic values. Dimensions are nInd by nTraits.
ebvmatrix of estimated breeding values. Dimensions are nInd rows and a variable number of columns.
gxelist containing GxE slopes for GxE traits
fixEffa fixed effect relating to the phenotype. Used by genomic selection models but otherwise ignored.
repsthe number of replications used to measure the phenotype. Used by genomic selection models, but otherwise ignored.