Learn R Programming

qtl (version 1.44-9)

summary.cross: Print summary of QTL experiment

Description

Print summary information about a cross object.

Usage

# S3 method for cross
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
# NOT RUN {
data(fake.f2)
summary(fake.f2)
# }

Run the code above in your browser using DataLab