gg_qqplot {easylabel} | R Documentation |
Log QQ p-value plot (ggplot2)
Description
Produces a QQ plot via ggplot2. Requires a dataframe generated by
qqplot()
.
Usage
gg_qqplot(df, scheme = c("darkgrey", "royalblue"))
Arguments
df |
A dataframe generated by |
scheme |
Vector of 2 colours for plotting non-significant and significant SNPs |
Value
A ggplot2 graphics plot object
[Package easylabel version 0.2.8 Index]