View source: R/plot.tscgm.ar2.r
| plot.tscgm.ar2 | R Documentation |
Plots matrices from tscgm.ar2 objects. You can choose to plot the precision matrix,
the first-order autoregressive matrix, or the second-order autoregressive matrix.
## S3 method for class 'tscgm.ar2'
plot(x, mat = c("precision", "autoregression1", "autoregression2"), ...)
x |
An object of class |
mat |
Character. Which matrix to plot. Choices are
|
... |
Additional plotting arguments passed to the plotting function. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.