summary.cross {qtl} | R Documentation |
Print summary information about a cross
object.
## S3 method for class 'cross': summary(object, ...)
object |
An object of class cross . See
read.cross for details. |
... |
Ignored at this point. |
An object of class summary.cross
containing a variety of summary information about the cross (this is
generally printed automatically).
Karl W Broman, kbroman@biostat.wisc.edu
read.cross
, plot.cross
,
nind
,
nmar
,
nchr
,
totmar
,
nphe
data(fake.f2) summary(fake.f2)