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
...
Other plotting parameters passed to par
. Examples
Run this code## Not run:
# fit <- tbats(USAccDeaths)
# plot(fit)## End(Not run)
Run the code above in your browser using DataLab