Check LifeHistData
Check that the provided LifeHistData is in the correct format.
CheckLH(LifeHistData, gID = NA, sorted = TRUE, returnDups = FALSE)
LifeHistData |
the dataframe with ID - Sex - Birth year, and optionally BY.min - BY.max. |
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 |
A dataframe with LifeHistData formatted for use by the Fortran part of the program, or a list with duplicate and missing entries.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.