Return the number of genotyped lines in an object.
This includes only the number of final lines genotyped in the population, and does not include the founding lines. If an mpcross object contains multiple experiments, one number is returned per experiment.
Number of genotyped lines
Return the number of genotyped lines in an object.
This includes only the number of final lines genotyped in the population, and does not include the founding lines. If an mpcross object contains multiple experiments, one number is returned per experiment.
nLines(object)# S4 method for mpcross
nLines(object)
# S4 method for geneticData
nLines(object)
The mpcross object from which to extract the number of genotyped lines.
The number of genetic lines in the population, or a list of numbers in the case of multiple experiments contained in a single object.