plot_qq | R Documentation |
This function creates a normal QQ plot of the expression values.
plot_qq(cem, ...)
## S4 method for signature 'CEMiTool'
plot_qq(cem, filter = FALSE)
cem |
Object of class |
... |
Optional parameters |
filter |
Logical. Whether or not to use filtered data for CEMiTool objects (Default: FALSE). |
Object of class CEMiTool
containing qqplot
# Get example CEMiTool object
data(cem)
# Plot quantile-quantile plot
cem <- plot_qq(cem)
# Check results
show_plot(cem, 'qq')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.