plot.graphicalVAR {graphicalVAR} | R Documentation |
Plot method for graphicalVAR objects
Description
Sends the estimated PCC and PDC networks to qgraph
.
Usage
## S3 method for class 'graphicalVAR'
plot(x, include = c("PCC", "PDC"), repulsion = 1,
horizontal = TRUE, titles = TRUE, sameLayout = TRUE,
unweightedLayout = FALSE, ...)
Arguments
x |
A |
include |
A vector of at most two containing |
repulsion |
The repulsion argument used in |
horizontal |
Logical, should the networks be plotted horizontal or vertical? |
titles |
Logical, should titles be added to the plots? |
sameLayout |
Logical, should both networks be plotted in the same layout? |
unweightedLayout |
Logical, should the layout be based on the unweighted network instead of the weighted network? |
... |
Arguments sent to |
Author(s)
Sacha Epskamp <mail@sachaepskamp.com>
[Package graphicalVAR version 0.3.4 Index]