## S3 method for class 'HoltWinters':
plot(x, predicted.values = NA, intervals = TRUE,
separator = TRUE, col = 1, col.predicted = 2,
col.intervals = 4, col.separator = 1, lty = 1,
lty.predicted = 1, lty.intervals = 1, lty.separator = 3,
ylab = "Observed / Fitted",
main = "Holt-Winters filtering",
ylim = NULL, \dots)
"HoltWinters"
predict.HoltWinters
TRUE
, the prediction intervals are plotted (default).TRUE
, a separating line between fitted and predicted values is plotted (default).NULL
, the range is chosen
such that the plot contains the original series, the fitted values,
and the predicted values if any.P. R. Winters (1960) Forecasting sales by exponentially weighted moving averages, Management Science 6, 324--342.
HoltWinters
, predict.HoltWinters