plot.grnnForecastRO {tsfgrnn} | R Documentation |
Plot the prediction for a test set
Description
It plots the forecast associated with a test set generated with the function
rolling_origin
.
Usage
## S3 method for class 'grnnForecastRO'
plot(x, h = NULL, ...)
Arguments
x |
the object obtained from a call to |
h |
an integer. The forecasting horizon. If |
... |
Other plotting parameters to affect the plot. |
Value
None
[Package tsfgrnn version 1.0.5 Index]