diff options
| author | Chris Sobczak <chris@sobczak.family> | 2026-06-13 00:45:16 -0700 |
|---|---|---|
| committer | Chris Sobczak <chris@sobczak.family> | 2026-06-13 00:45:16 -0700 |
| commit | 4763c4720051aec45759d21577739dbb88d22d1e (patch) | |
| tree | 641b1d1feb2e59c6ab867c6b54a83b8d06b29e6d /man | |
| parent | e62e6df4c80037368526f45ee49a44e6e88cacb8 (diff) | |
Adjust network
Diffstat (limited to 'man')
| -rw-r--r-- | man/networkplot.Rd | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/man/networkplot.Rd b/man/networkplot.Rd index a4a622d..4337a31 100644 --- a/man/networkplot.Rd +++ b/man/networkplot.Rd @@ -20,7 +20,8 @@ A ggraph object Draw an undirected graph from a square matrix where each variable is a node and the pairwise entries are the strength of the relationship -(ex: correlation, partial correlation) +(ex: correlation, partial correlation). +Based on https://r-graph-gallery.com/310-custom-hierarchical-edge-bundling.html } \examples{ X <- matrix(data = rnorm(100), nrow = 10) |
