plot_beta_r2: Soft-threshold beta selection graph

Description Usage Arguments Value Examples

Description

Creates a graph showing each possible soft-threshold value and its corresponding R squared value

Usage

1
2
3
4
plot_beta_r2(cem, ...)

## S4 method for signature 'CEMiTool'
plot_beta_r2(cem, plot_title = "Scale independence (beta selection)")

Arguments

cem

Object of class CEMiTool.

...

Optional parameters.

plot_title

title of the graph

Value

Object of class CEMiTool with beta x R squared plot

Examples

1
2
3
4
5
6
# 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")

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