nind {qtl} | R Documentation |
Determine the number of individuals in cross object.
nind(object)
object |
An object of class cross . See
read.cross for details. |
The number of individuals in the input cross object.
Karl W Broman, kbroman@biostat.wisc.edu
read.cross
, plot.cross
,
summary.cross
,
nmar
,
nchr
,
totmar
,
nphe
data(fake.f2) nind(fake.f2)