show_plot {CEMiTool} | R Documentation |
Retrieve CEMiTool object plots
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") )
cem |
Object of class |
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". |
A plot corresponding to a CEMiTool analysis
# Get example CEMiTool object data(cem) # Plot beta x R squared graph cem <- plot_beta_r2(cem) # Check plot show_plot(cem, "beta_r2")