Not exported. Strictly internal
checks.evaluate.core(
data,
names,
quantitative = NULL,
qualitative = NULL,
selected
)The data as a data frame object. The data frame should possess one row per individual and columns with the individual names and multiple trait/character data.
Name of column with the individual names as a character string
Name of columns with the quantitative traits as a character vector.
Name of columns with the qualitative traits as a character vector.
Character vector with the names of individuals selected in
core collection and present in the names column.