plot.tscgm: Plot method for tscgm objects

View source: R/plot.tscgm.R

plot.tscgmR Documentation

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 class '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.


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