Plot genotype comparison
Plot the results of the comparison of all pairs of individuals'
genotypes. A histogram of the proportion of matching genotypes, with
tick marks at individual values below, via rug
.
## S3 method for class 'comparegeno' plot(x, breaks=NULL, main="", xlab="Proportion matching genotypes", ...)
x |
An object of class |
breaks |
Passed to |
main |
Title for the plot. |
xlab |
x-axis label for the plot. |
... |
Passed to |
None.
Karl W Broman, broman@wisc.edu
data(fake.f2) cg <- comparegeno(fake.f2) plot(cg)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.