| plotMissing | R Documentation | 
Plot a grid showing which genotypes are missing.
plotMissing(x, chr, reorder=FALSE, main="Missing genotypes",
             alternate.chrid=FALSE, ...)
| x | An object of class  | ||||||
| chr | Optional vector indicating the chromosomes to plot.
This should be a vector of character strings referring to chromosomes
by name; numeric values are converted to strings.  Refer to
chromosomes with a preceding  | ||||||
| reorder | Specify whether to reorder individuals according to their phenotypes. 
 | ||||||
| main | Title to place on plot. | ||||||
| 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. | 
Uses image to plot a grid with black pixels where the
genotypes are missing.  For intercross and 4-way cross data, gray
pixels are plotted for the partially missing genotypes (for example,
"not AA").
None.
Karl W Broman, broman@wisc.edu
plot.cross,  geno.image,
image 
data(fake.f2)
plotMissing(fake.f2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.