orderLH {sequoia} | R Documentation |
Order lifehistory data to match order of IDs in genotype data, filling in gaps with missing values
orderLH(LH = NULL, gID = NULL)
LH |
dataframe with lifehistory information:
|
gID |
character vector with IDs in genotype data, in order of occurence |
BY |
Numeric vector with birth years, of same length as gID |
Sex |
Numeric vector with genders, of same length as gID |