View source: R/plot-nestimate.R
| splot.boot_glasso | R Documentation |
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",
...
)
x |
A |
use_thresholded |
Logical: use |
show_inclusion |
Logical: scale edge alpha by inclusion probability? Default TRUE. |
inclusion_threshold |
Numeric: minimum inclusion probability to show an edge.
Default |
edge_positive_color |
Color for positive partial correlations. Default |
edge_negative_color |
Color for negative partial correlations. Default |
... |
Additional arguments passed to |
Invisibly returns the plot.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.