diff options
Diffstat (limited to 'man')
| -rw-r--r-- | man/networkplot.Rd | 12 |
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 |
