show_plot: Retrieve CEMiTool object plots

Description Usage Arguments Value Examples

Description

Retrieve CEMiTool object plots

Usage

1
2
3
4
5
6
7
8
show_plot(cem, value)

## S4 method for signature 'CEMiTool'
show_plot(
  cem,
  value = c("profile", "gsea", "ora", "interaction", "beta_r2", "mean_k",
    "sample_tree", "mean_var", "hist", "qq")
)

Arguments

cem

Object of class CEMiTool.

value

A character string containing the name of the plot to be shown. One of "profile", "gsea", "ora", "interaction", "beta_r2", "mean_k", "sample_tree", "mean_var", "hist", "qq".

Value

A plot corresponding to a CEMiTool analysis

Examples

1
2
3
4
5
6
# Get example CEMiTool object
data(cem)
# Plot beta x R squared graph
cem <- plot_beta_r2(cem)
# Check plot
show_plot(cem, "beta_r2")

CEMiTool documentation built on March 13, 2021, 2 a.m.