plot.cross | R Documentation |
Plots grid of the missing genotypes, genetic map, and histograms or barplots of phenotypes for the data from an experimental cross.
## S3 method for class 'cross'
plot(x, auto.layout=TRUE, pheno.col,
alternate.chrid=TRUE, ...)
x |
An object of class |
auto.layout |
If TRUE, |
pheno.col |
Vector of numbers or character strings corresponding to phenotypes that should be plotted. If unspecified, all phenotypes are plotted. |
alternate.chrid |
If TRUE and more than one chromosome is plotted, alternate the placement of chromosome axis labels, so that they may be more easily distinguished. |
... |
Ignored at this point. |
Calls plotMissing
, plotMap
and
plotPheno
to plot the missing genotypes, genetic
map, and histograms or barplots of all phenotypes.
If auto.format=TRUE
, par(mfrow)
is used with
ceiling(sqrt(n.phe+2))
rows and the minimum number of columns
so that all plots fit on the plotting device.
Numeric phenotypes are displayed as histograms or barplots by calling
plotPheno
.
None.
Karl W Broman, broman@wisc.edu; Brian Yandell
plotMissing
, plotMap
,
plotPheno
data(fake.bc)
plot(fake.bc)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.