plot.sumita: Plot components from ETS model

View source: R/suma.R

plot.sumitaR Documentation

Plot components from ETS model

Description

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

Usage

## S3 method for class '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.

Details

plot will produce an equivalent plot as a ggplot object.

Value

None. Function produces a plot

Author(s)

Rob J Hyndman & Mitchell O'Hara-Wild

See Also

suma

Examples


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


fhernanb/prueba documentation built on May 11, 2023, 7:19 p.m.