powered by
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.
rug
# S3 method for comparegeno plot(x, breaks=NULL, main="", xlab="Proportion matching genotypes", ...)
None.
An object of class "comparegeno", as produced by comparegeno.
"comparegeno"
comparegeno
Passed to hist, with the default \(2 \sqrt{n}\) where \(n\) is the number of pairs of individuals.
hist
Title for the plot.
x-axis label for the plot.
Passed to hist.
Karl W Broman, broman@wisc.edu
Creates a histogram with hist with ticks at individual values using rug.
comparegeno, summary.comparegeno
summary.comparegeno
data(fake.f2) cg <- comparegeno(fake.f2) plot(cg)
Run the code above in your browser using DataLab