powered by
From results of compare_geno(), plot histogram of
compare_geno()
plot_compare_geno(x, rug = TRUE, ...)# S3 method for compare_geno plot(x, rug = TRUE, ...)
# S3 method for compare_geno plot(x, rug = TRUE, ...)
None.
A square matrix with genotype comparisons for pairs of individuals, as output by compare_geno().
If true, use rug() to plot tick marks at observed values below the histogram.
rug()
Additional graphics parameters passed to hist()
hist()
grav2 <- read_cross2(system.file("extdata", "grav2.zip", package="qtl2")) cg <- compare_geno(grav2) plot(cg)
Run the code above in your browser using DataLab