plot_qq {CEMiTool} | R Documentation |
This function creates a normal QQ plot of the expression values.
plot_qq(cem, ...) ## S4 method for signature 'CEMiTool' plot_qq(cem, filtered = FALSE)
cem |
Object of class |
... |
Optional parameters |
filtered |
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')