plot.cross {qtl}R Documentation

Plot various features of a cross object

Description

Plot grid of the missing genotypes, genetic map, and histograms of phenotypes for the data from an experimental cross.

Usage

plot.cross(x,...)

Arguments

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

Value

Calls plot.missing and plot.map and hist to plot the missing genotypes, genetic map, and histograms of all phenotypes.

Author(s)

Karl W Broman, kbroman@jhsph.edu
http://biosun01.biostat.jhsph.edu/~kbroman/software/qtl.html

See Also

plot.missing, plot.map, hist

Examples

data(fake.bc)
plot.cross(fake.bc)
plot(fake.bc)

[Package Contents]