plot.tscgm.ar2: Plot method for tscgm.ar2 objects

View source: R/plot.tscgm.ar2.r

plot.tscgm.ar2R Documentation

Plot method for tscgm.ar2 objects

Description

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.

Usage

## S3 method for class 'tscgm.ar2'
plot(x, mat = c("precision", "autoregression1", "autoregression2"), ...)

Arguments

x

An object of class tscgm.ar2.

mat

Character. Which matrix to plot. Choices are "precision", "autoregression1", or "autoregression2".

...

Additional plotting arguments passed to the plotting function.


SparseTSCGM documentation built on Jan. 9, 2026, 5:12 p.m.