Visualizes boot_glasso objects from the Nestimate package.
Plots a partial-correlation network with edge inclusion probabilities
mapped to edge transparency.
splot.boot_glasso(
x,
use_thresholded = TRUE,
show_inclusion = TRUE,
inclusion_threshold = NULL,
edge_positive_color = "#2E7D32",
edge_negative_color = "#C62828",
...
)Invisibly returns the plot.
A boot_glasso object (from Nestimate).
Logical: use $thresholded_pcor? If FALSE, uses
$original_pcor. Default TRUE.
Logical: scale edge alpha by inclusion probability? Default TRUE.
Numeric: minimum inclusion probability to show an edge.
Default 1 - x$alpha (i.e. the complement of the alpha level).
Color for positive partial correlations. Default "#2E7D32".
Color for negative partial correlations. Default "#C62828".
Additional arguments passed to splot().