From 346a38834caca7416b382ed7ce70bc2bb0b8ff6c Mon Sep 17 00:00:00 2001 From: Chris Sobczak Date: Mon, 15 Jun 2026 17:30:49 -0700 Subject: Fix labels --- man/networkplot.Rd | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'man/networkplot.Rd') diff --git a/man/networkplot.Rd b/man/networkplot.Rd index 4337a31..c0a0a3e 100644 --- a/man/networkplot.Rd +++ b/man/networkplot.Rd @@ -4,14 +4,24 @@ \alias{networkplot} \title{Network Plot} \usage{ -networkplot(R, groups = NULL, title = NULL) +networkplot( + R, + groups = NULL, + group_label = NULL, + title = NULL, + r_label = "Correlation" +) } \arguments{ \item{R}{A square numeric matrix with names columns and rows} \item{groups}{Optional data.frame mapping nodes to groups} +\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