From e5071ae6091eafc4a98bc280a23349dcb2261da3 Mon Sep 17 00:00:00 2001 From: Chris Sobczak Date: Mon, 15 Jun 2026 18:19:35 -0700 Subject: Add sizing and fix legend --- man/networkplot.Rd | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'man') diff --git a/man/networkplot.Rd b/man/networkplot.Rd index c0a0a3e..12e5363 100644 --- a/man/networkplot.Rd +++ b/man/networkplot.Rd @@ -33,15 +33,3 @@ entries are the strength of the relationship (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) -R <- cor(X) -networkplot(R, title = 'Example Correlation Plot') -colnames(R) <- as.character(seq_len(ncol(R))) -g <- data.frame( -node = colnames(R), -group = rep(c('A', 'B'), length.out = ncol(R)) -) -networkplot(R, groups = g, title = 'Example Correlation Plot') - -} -- cgit v1.2.3