plot.ZRA: Ploting a ZRA-Class Obejct

Description Usage Arguments

View source: R/ZRA.R

Description

This plot-Method will plot the original Time Series and the predicted Data, using dygraphs.

Usage

1
2
## 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.


ZRA documentation built on May 2, 2019, 2:07 a.m.

Related to plot.ZRA in ZRA...