plot_qq: Plot quantile-quantile plot

plot_qqR Documentation

Plot quantile-quantile plot

Description

This function creates a normal QQ plot of the expression values.

Usage

plot_qq(cem, ...)

## S4 method for signature 'CEMiTool'
plot_qq(cem, filter = FALSE)

Arguments

cem

Object of class CEMiTool

...

Optional parameters

filter

Logical. Whether or not to use filtered data for CEMiTool objects (Default: FALSE).

Value

Object of class CEMiTool containing qqplot

Examples

# Get example CEMiTool object
data(cem)
# Plot quantile-quantile plot
cem <- plot_qq(cem)
# Check results
show_plot(cem, 'qq')


csbl-usp/CEMiTool documentation built on March 27, 2024, 5:14 a.m.