qqplot2 | R Documentation |
Second stage plotting function which accepts dataframe generated by
qqplot()
. This can be used to avoid repeating computation of the QQ plot
values.
qqplot2(df, scheme = c("darkgrey", "royalblue"), ...)
df |
A dataframe generated by |
scheme |
Vector of 2 colours for plotting non-significant and significant SNPs |
... |
Optional plotting arguments passed to |
No return value. Produces a base graphics plot.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.