qqplot2 {easylabel} | R Documentation |
Log QQ p-value plot (2nd stage)
Description
Second stage plotting function which accepts dataframe generated by
qqplot()
. This can be used to avoid repeating computation of the QQ plot
values.
Usage
qqplot2(df, scheme = c("darkgrey", "royalblue"), ...)
Arguments
df |
A dataframe generated by |
scheme |
Vector of 2 colours for plotting non-significant and significant SNPs |
... |
Optional plotting arguments passed to |
Value
No return value. Produces a base graphics plot.
[Package easylabel version 0.2.8 Index]