plot.scantwoperm | R Documentation |
Plot a histogram of the permutation results from a two-dimensional, two-QTL genome scan.
## S3 method for class 'scantwoperm'
plot(x, lodcolumn=1, include_rug=TRUE, ...)
x |
An object of class |
lodcolumn |
This indicates the LOD score column to plot. This should be a single number between 1 and the number of LOD columns in the object input. |
include_rug |
If TRUE, include a call to |
... |
Passed to the function |
The function plots a histogram of the permutation results obtained by
scantwo
when n.perm
is specified. Separate
histograms are provided for the five LOD scores, full
,
fv1
, int
, add
, and av1
.
None.
Karl W Broman, broman@wisc.edu
scantwo
,
summary.scantwoperm
data(fake.bc)
fake.bc <- calc.genoprob(fake.bc)
operm2 <- scantwo(fake.bc, method="hk", n.perm=10)
plot(operm2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.