plot.graphicalVAR | R Documentation |
Sends the estimated PCC and PDC networks to qgraph
.
## S3 method for class 'graphicalVAR'
plot(x, include = c("PCC", "PDC"), repulsion = 1,
horizontal = TRUE, titles = TRUE, sameLayout = TRUE,
unweightedLayout = FALSE, ...)
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 |
Sacha Epskamp <mail@sachaepskamp.com>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.