plot_compare_geno | R Documentation |
From results of compare_geno()
, plot histogram of
plot_compare_geno(x, rug = TRUE, ...)
## S3 method for class 'compare_geno'
plot(x, rug = TRUE, ...)
x |
A square matrix with genotype comparisons for pairs
of individuals, as output by |
rug |
If true, use |
... |
Additional graphics parameters passed to |
None.
grav2 <- read_cross2(system.file("extdata", "grav2.zip", package="qtl2"))
cg <- compare_geno(grav2)
plot(cg)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.