| plot.cross {qtl} | R Documentation |
Plot grid of the missing genotypes, genetic map, and histograms of phenotypes for the data from an experimental cross.
plot.cross(x,...)
x |
An object of class cross. See
read.cross for details. |
... |
Ignored at this point. |
Calls plot.missing and plot.map and
hist to plot the missing genotypes, genetic map, and
histograms of all phenotypes.
Karl W Broman,
kbroman@jhsph.edu
http://biosun01.biostat.jhsph.edu/~kbroman/software/qtl.html
data(fake.bc) plot.cross(fake.bc) plot(fake.bc)