plot: Object Plots

plot.tsvets.estimateR Documentation

Object Plots

Description

Plots for objects generated from the tsvets functions.

Usage

## S3 method for class 'tsvets.estimate'
plot(
  x,
  y = NULL,
  type = c("fitted", "states", "residuals"),
  series = 1:min(10, ncol(fitted(x))),
  ...
)

## S3 method for class 'tsvets.predict'
plot(x, y = NULL, series = 1, n_original = NULL, ...)

Arguments

x

an object of class “tsvets.estimate” or “tsvets.predict”.

y

not used.

type

the type of plot with a choice of “fitted”, “states” and “residuals”.

series

the selection of series to plot, with a maximum of 10 at a time for object of class “tsvets.estimate”, and the single series for the object of class “tsvets.predict”

...

additional arguments passed to the underlying plot function.

n_original

number of actual data points to include in the prediction plot.


tsmodels/tsvets documentation built on June 13, 2022, 2:14 p.m.