Learn R Programming

easylabel (version 0.2.8)

qqplot2: 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"), ...)

Value

No return value. Produces a base graphics plot.

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