Learn R Programming

qtl (version 1.39-5)

summary.cross: Print summary of QTL experiment

Description

Print summary information about a cross object.

Usage

"summary"(object, ...)

Arguments

object
An object of class cross. See read.cross for details.
...
Ignored at this point.

Value

An object of class summary.cross containing a variety of summary information about the cross (this is generally printed automatically).

See Also

read.cross, plot.cross, nind, nmar, nchr, totmar, nphe

Examples

Run this code
data(fake.f2)
summary(fake.f2)

Run the code above in your browser using DataLab