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