ZRA {ZRA} | R Documentation |
Dynamic Plots for Time Series Forecasting
ZRA(data, FP = 10, SL = c(0.8, 0.95), ...)
data |
(ts) Time series data. |
FP |
(numeric) Forecast period. |
SL |
(numeric) significance levels. |
... |
further arguments passed to the forecast-function. |
An Object of class "ZRA".
forecast, dygraphs
zra <- ZRA(fdeaths)
plot(zra, zero = TRUE)