summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
Diffstat (limited to 'man')
-rw-r--r--man/networkplot.Rd3
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)