Learn R Programming

qtl (version 1.70)

summary.cross: Print summary of QTL experiment

Description

Print summary information about a cross object.

Usage

# S3 method for cross
summary(object, ...)

Value

An object of class summary.cross

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

Arguments

object

An object of class cross. See read.cross for details.

...

Ignored at this point.

Author

Karl W Broman, broman@wisc.edu

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