plot.tscgm: Plot method for tscgm objects
Description
Plots matrices from tscgm objects. You can choose to plot the precision matrix
or the autoregressive coefficient matrix.
Usage
# S3 method for tscgm
plot(x, mat = c("precision", "autoregression"), ...)Arguments
- x
An object of class tscgm.
- mat
Character. Which matrix to plot. Choices are "precision" or "autoregression".
- ...
Additional plotting arguments passed to the plotting function.