From 4763c4720051aec45759d21577739dbb88d22d1e Mon Sep 17 00:00:00 2001 From: Chris Sobczak Date: Sat, 13 Jun 2026 00:45:16 -0700 Subject: Adjust network --- man/networkplot.Rd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'man') 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) -- cgit v1.2.3