View source: R/sonplot-qgraph-geometry.R
| qgraph_default_esize | R Documentation |
Calculates the default maximum edge width using qgraph's exact formula. Formula: 15 * exp(-n/90) + 1 (halved for directed networks, minimum 1)
qgraph_default_esize(n_nodes, weighted = TRUE, directed = FALSE)
n_nodes |
Number of nodes in the network. |
weighted |
Logical: is the network weighted? |
directed |
Logical: is the network directed? |
Default esize value.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.