View source: R/sonplot-qgraph-geometry.R
| qgraph_default_vsize | R Documentation |
Calculates the default node size using qgraph's exact formula. Formula: 8 * exp(-n/80) + 1
qgraph_default_vsize(n_nodes)
n_nodes |
Number of nodes in the network. |
Default vsize value (before scale factor conversion).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.