plot.ZRA {ZRA}R Documentation

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.


[Package ZRA version 0.2 Index]