From 25cb322d244542d76613bb5918d06cc86b24bf20 Mon Sep 17 00:00:00 2001 From: Chris Sobczak Date: Mon, 15 Jun 2026 20:04:48 -0700 Subject: Adjust --- man/networkplot.Rd | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'man/networkplot.Rd') diff --git a/man/networkplot.Rd b/man/networkplot.Rd index 12e5363..7d881ab 100644 --- a/man/networkplot.Rd +++ b/man/networkplot.Rd @@ -4,13 +4,7 @@ \alias{networkplot} \title{Network Plot} \usage{ -networkplot( - R, - groups = NULL, - group_label = NULL, - title = NULL, - r_label = "Correlation" -) +networkplot(R, groups = NULL, group_label = NULL, title = NULL) } \arguments{ \item{R}{A square numeric matrix with names columns and rows} @@ -20,8 +14,6 @@ networkplot( \item{group_label}{Optional string labeling the kind of grouping} \item{title}{Optional plot title} - -\item{r_label}{The string naming the relationship type (default 'Correlation')} } \value{ A ggraph object -- cgit v1.2.3