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
)Numeric vector of scaled edge widths.
Numeric vector of edge weights.
Minimum weight threshold.
Maximum weight for normalization.
Two-tier cutoff threshold. 0 = continuous scaling.
Maximum edge width.