Learn R Programming

qtl (version 0.85-4)

plot.cross: 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

See Also

plot.missing, plot.map, hist

Examples

Run this code
data(fake.bc)
plot.cross(fake.bc)
plot(fake.bc)

Run the code above in your browser using DataLab