Plot CoCA
Usage
# S3 method for CoCA
plot(
x,
module = NULL,
cutoff = 0.05,
repulse = 1.86,
min = 0.15,
max = 1,
main = NULL,
...
)Arguments
- x
CoCA object returned by
CoCA()- module
index for which module to plot (default = NULL)
- cutoff
minimum absolute value of correlations to plot
- repulse
repulse radius in the spring layout
- min
edges with absolute weights under this value are not shown (default = 0.15)
- max
highest weight to scale the edge widths too (default = 1)
- main
title for plot (default = NULL)
- ...
Arguments to be passed to methods
