Produces a plot of the level, slope and seasonal components from a BATS or
TBATS model. The plotted components are Box-Cox transformed using the estimated transformation parameter.
Usage
# S3 method for bats
plot(x, main = "Decomposition by BATS model", ...)
# S3 method for tbats
autoplot(object, range.bars = FALSE, ...)
# S3 method for bats
autoplot(object, range.bars = FALSE, ...)
# S3 method for tbats
plot(x, main = "Decomposition by TBATS model", ...)