plot_compare_geno {qtl2} | R Documentation |
Plot of compare_geno object.
Description
From results of compare_geno()
, plot histogram of
Usage
plot_compare_geno(x, rug = TRUE, ...)
## S3 method for class 'compare_geno'
plot(x, rug = TRUE, ...)
Arguments
x |
A square matrix with genotype comparisons for pairs
of individuals, as output by |
rug |
If true, use |
... |
Additional graphics parameters passed to |
Value
None.
Examples
grav2 <- read_cross2(system.file("extdata", "grav2.zip", package="qtl2"))
cg <- compare_geno(grav2)
plot(cg)
[Package qtl2 version 0.36 Index]