plot.CoCA {text2map} | R Documentation |
Plot CoCA
Description
Plot CoCA
Usage
## S3 method for class 'CoCA'
plot(
x,
module = NULL,
cutoff = 0.05,
repulse = 1.86,
min = 0.15,
max = 1,
main = NULL,
...
)
Arguments
x |
CoCA object returned by |
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 |
Value
returns qgraph
object
[Package text2map version 0.2.0 Index]