View source: R/sonplot-qgraph-geometry.R
| qgraph_scale_edge_widths | R Documentation |
Scales edge weights to widths using qgraph's exact formula. Output range is 1 to esize for continuous scaling (cut = 0).
qgraph_scale_edge_widths(
weights,
minimum = 0,
maximum = NULL,
cut = 0,
esize = NULL
)
weights |
Numeric vector of edge weights. |
minimum |
Minimum weight threshold. |
maximum |
Maximum weight for normalization. |
cut |
Two-tier cutoff threshold. 0 = continuous scaling. |
esize |
Maximum edge width. |
Numeric vector of scaled edge widths.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.