plot.tsissm.estimate {tsissm} | R Documentation |
Object Plots
Description
Plots for objects generated from the tsissm functions.
Usage
## S3 method for class 'tsissm.estimate'
plot(x, y = NULL, ...)
## S3 method for class 'tsissm.simulate'
plot(x, y = NULL, ...)
## S3 method for class 'tsissm.profile'
plot(x, y = NULL, type = c("coef", "mape", "mase", "crps"), ...)
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”. |
Value
different plots depending on the input class.
[Package tsissm version 1.0.1 Index]