Takes a column name, and checks its use as inbreeding coefficient. It should name a numeric vector, with values in the range [0,1]
check_Fcol(ped, Fcol, compute = TRUE)
Vector of inbreeding values (if checks are successful)
A dataframe containing the pedigree. Individual (id), maternal (dam), and paternal (sire) identities are mandatory columns.
Name of column with inbreeding coefficient values. If none is used, inbreeding will be computed.
Compute inbreeding if Fcol is NULL