Order lifehistory data to match order of IDs in genotype data, filling in gaps with missing values
orderLH(LH = NULL, gID = NULL)
dataframe with lifehistory information:
ID: max. 30 characters long,
Sex: 1 = females, 2 = males, other numbers = unkown,
Birth Year: (or hatching year) Use negative numbers to denote missing values.
character vector with IDs in genotype data, in order of occurence
Numeric vector with birth years, of same length as gID
Numeric vector with genders, of same length as gID