plotNet3 {modnets} | R Documentation |
Plot temporal, contemporaneous, and between-subject networks
Description
Quick, easy plotting for mlGVAR
and lmerVAR
output. Allows one to plot three networks in the same window: temporal,
contemporaneous, and between-subject.
Usage
plotNet3(
object,
...,
nets = c("temporal", "contemporaneous", "between"),
titles = TRUE,
l = 3,
label = NULL,
xpos = 0,
ypos = 0.5
)
Arguments
object |
|
... |
Additional arguments. |
nets |
Character vector of length 3 indicating which networks to plot,
and in what order. Same options as for |
titles |
If |
l |
A numeric value to indicate a type of pane layout. |
label |
Can include a character string for text annotation. |
xpos |
Numeric, x-axis value for where the text annotation should go. Between 0 and 1. |
ypos |
numeric, y-axis value for where the text annotation should go. Between 0 and 1. |
Value
Returns 3 network plots.
See Also
Examples
x <- mlGVAR(mlgvarDat, 'M')
plotNet3(x)