Sends the estimated PCC and PDC networks to qgraph
.
# S3 method for graphicalVAR
plot(x, include = c("PCC", "PDC"), repulsion = 1,
horizontal = TRUE, titles = TRUE, sameLayout = TRUE,
unweightedLayout = FALSE, ...)
A graphicalVAR
object
A vector of at most two containing "PCC"
and "PDC"
indicating which networks should be plotted and in what order.
The repulsion argument used in qgraph
Logical, should the networks be plotted horizontal or vertical?
Logical, should titles be added to the plots?
Logical, should both networks be plotted in the same layout?
Logical, should the layout be based on the unweighted network instead of the weighted network?
Arguments sent to qgraph
Sacha Epskamp <mail@sachaepskamp.com>