| Type: | Package | 
| Title: | Dynamic Plots for Time Series Forecasting | 
| Version: | 0.2 | 
| Date: | 2015-08-31 | 
| Author: | David Beiner | 
| Maintainer: | David Beiner <zra.r.package@gmail.com> | 
| Description: | Combines a forecast of a time series, using the function forecast(), with the dynamic plots from dygraphs. | 
| Depends: | R (≥ 3.0.2), forecast, dygraphs, stats | 
| License: | GPL-2 | GPL-3 [expanded from: GPL (≥ 2)] | 
| NeedsCompilation: | no | 
| Packaged: | 2015-08-31 02:49:24 UTC; DBE | 
| Repository: | CRAN | 
| Date/Publication: | 2015-08-31 14:44:36 | 
Dynamic Plots for Time Series Forecasting
Description
Dynamic Plots for Time Series Forecasting
Usage
ZRA(data, FP = 10, SL = c(0.8, 0.95), ...)
Arguments
| data | (ts) Time series data. | 
| FP | (numeric) Forecast period. | 
| SL | (numeric) significance levels. | 
| ... | further arguments passed to the forecast-function. | 
Value
An Object of class "ZRA".
See Also
forecast, dygraphs
Examples
zra <- ZRA(fdeaths)
plot(zra, zero = TRUE)
Ploting a ZRA-Class Obejct
Description
This plot-Method will plot the original Time Series and the predicted Data, using dygraphs.
Usage
## S3 method for class 'ZRA'
plot(x,zero, ...)
Arguments
| x | (ZRA) An ZRA-Object. | 
| zero | (boolean) If zero=TRUE, they will be the 0 included in the Graph. | 
| ... | further arguments passed to the plot method. | 
Printig a ZRA-Class Obejct
Description
This print-Method will print out the original Time Series and the predicted Data.
Usage
## S3 method for class 'ZRA'
print(x, ...)
Arguments
| x | (ZRA) An ZRA-Object. | 
| ... | further arguments passed to the print method. |