Learn R Programming

tsissm (version 1.0.1)

plot.tsissm.estimate: Object Plots

Description

Plots for objects generated from the tsissm functions.

Usage

# S3 method for tsissm.estimate
plot(x, y = NULL, ...)

# S3 method for tsissm.simulate plot(x, y = NULL, ...)

# S3 method for tsissm.profile plot(x, y = NULL, type = c("coef", "mape", "mase", "crps"), ...)

Value

different plots depending on the input class.

Arguments

x

an object of class “tsissm.estimate”, “tsissm.simulate” or “tsissm.profile”.

y

not used.

...

additional arguments passed to the underlying plot function.

type

type of profile plot for objects of class “tsissm.profile”.