plot_beta_r2 {CEMiTool} | R Documentation |
Creates a graph showing each possible soft-threshold value and its corresponding R squared value
plot_beta_r2(cem, ...) ## S4 method for signature 'CEMiTool' plot_beta_r2(cem, plot_title = "Scale independence (beta selection)")
cem |
Object of class |
... |
Optional parameters. |
plot_title |
title of the graph |
Object of class CEMiTool
with beta x R squared plot
# Get example CEMiTool object data(cem) # Plot scale-free model fit as a function of the soft-thresholding beta parameter choice cem <- plot_beta_r2(cem) # Check resulting plot show_plot(cem, "beta_r2")