plot.grnnForecastRO: Plot the prediction for a test set

View source: R/rolling_origin.R

plot.grnnForecastROR 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 rolling_origin.

h

an integer. The forecasting horizon. If NULL (the default), the maximum forecasting horizon of all the test sets is used.

...

Other plotting parameters to affect the plot.

Value

None


tsfgrnn documentation built on March 31, 2023, 8:20 p.m.