plot.comparegeno | R Documentation |
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 |
Creates a histogram with hist
with ticks at
individual values using rug
.
None.
Karl W Broman, broman@wisc.edu
comparegeno
, summary.comparegeno
data(fake.f2)
cg <- comparegeno(fake.f2)
plot(cg)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.