summaryrefslogtreecommitdiff
path: root/man/networkplot.Rd
diff options
context:
space:
mode:
authorChris Sobczak <chris@sobczak.family>2026-06-15 17:30:49 -0700
committerChris Sobczak <chris@sobczak.family>2026-06-15 17:30:49 -0700
commit346a38834caca7416b382ed7ce70bc2bb0b8ff6c (patch)
treeba2a0df24f31694dbcc20e6cc2176f302e88922a /man/networkplot.Rd
parenteabeda5c170d81622fa1b8e17e3f3b1783ae7224 (diff)
Fix labels
Diffstat (limited to 'man/networkplot.Rd')
-rw-r--r--man/networkplot.Rd12
1 files changed, 11 insertions, 1 deletions
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