forecast (version 7.1)

plot.bats: Plot components from BATS model

Description

Produces a plot of the level, slope and seasonal components from a BATS or TBATS model.

Usage

"plot"(x, main="Decomposition by BATS model", ...) "plot"(x, main="Decomposition by TBATS model", ...)

Arguments

x
Object of class “ets”.
main
Main title for plot.
...
Other plotting parameters passed to par.

Value

See Also

bats,tbats

Examples

Run this code
## Not run: 
# fit <- tbats(USAccDeaths)
# plot(fit)## End(Not run)

Run the code above in your browser using DataCamp Workspace