Description Usage Arguments Value See Also Examples
Designed for easy-to-use plotting with temporal networks. Essentially just a
wrapper for running plotNet
twice—once for a temporal
network, and again for a contemporaneous network—and plotting the two
networks in the same window. Good for a quick glance at results from a SUR
network. Also compatible with mlGVAR
and lmerVAR
outputs, although can only plot two networks in the same window.
plotNet3
can be used to plot 3 networks.
1 2 3 4 5 6 7 |
object |
Output from |
whichNets |
Vector of length 2 indicating which networks to plot.
|
whichTemp |
Which version of the temporal network should be plotted,
either |
titles |
Character vector of length 2 where custom names for the two network plots can be supplied. |
... |
Additional arguments. |
Returns two network plots side by side.
1 2 | x <- fitNetwork(gvarDat, lags = TRUE)
plotNet2(x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.