diff options
| author | Chris Sobczak <chris@sobczak.family> | 2026-06-15 20:04:48 -0700 |
|---|---|---|
| committer | Chris Sobczak <chris@sobczak.family> | 2026-06-15 20:04:48 -0700 |
| commit | 25cb322d244542d76613bb5918d06cc86b24bf20 (patch) | |
| tree | 445247ad323ac1c811ec27a1857bcb736cc9baf6 /man | |
| parent | d5c80a572e0e08c1a96f1d629fa9984f333b0195 (diff) | |
Adjust
Diffstat (limited to 'man')
| -rw-r--r-- | man/networkplot.Rd | 10 |
1 files changed, 1 insertions, 9 deletions
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 |
