qqplot2: Log QQ p-value plot (2nd stage)

View source: R/qqplot.R

qqplot2R 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 qqplot()

scheme

Vector of 2 colours for plotting non-significant and significant SNPs

...

Optional plotting arguments passed to plot()

Value

No return value. Produces a base graphics plot.


easylabel documentation built on May 29, 2024, noon