summary.cross: Print summary of QTL experiment

View source: R/summary.cross.R

summary.crossR Documentation

Print summary of QTL experiment

Description

Print summary information about a cross object.

Usage

## S3 method for class '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).

Author(s)

Karl W Broman, broman@wisc.edu

See Also

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

Examples

data(fake.f2)
summary(fake.f2)

qtl documentation built on Nov. 28, 2023, 1:09 a.m.