Check LifeHistData
CheckLH.Rd
Check that the provided LifeHistData is in the correct format.
Arguments
- LifeHistData
the dataframe with ID - Sex - Birth year, and optionally BY.min - BY.max - YearLast.
- gID
character vector with names of genotyped individuals, i.e. rownames(GenoM).
- sorted
logical, return lifehistdata for genotyped individuals only, in strictly the same order. Will including padding with 'empty' rows if an individual in gID was not in the input-LH.
- returnDups
logical, instead of just the (sorted) LifeHistData, return a list that also includes a dataframe with duplicate entries and/or a character vector with genotyped IDs not occuring in LifeHistData (as formerly returned by
DuplicateCheck
).