Produces a plot of the level, slope and seasonal components from an ETS model.

# S3 method for sumita
plot(x, col = "red", las = 1, ...)

Arguments

x

Object of class “sumita”.

col

color for the plot.

las

value for the plot.

...

Other plotting parameters to affect the plot.

Value

None. Function produces a plot

Details

plot will produce an equivalent plot as a ggplot object.

See also

Author

Rob J Hyndman & Mitchell O'Hara-Wild

Examples


fit <- suma(10, 5)
plot(fit)