h_ahead {lmForc} | R Documentation |
Get the h_ahead slot of a h_ahead object
Description
h_ahead
takes a Forecast
object and gets the h_ahead
vector of the forecast.
Usage
h_ahead(Forecast)
Arguments
Forecast |
Forecast object. |
Value
Vector of h_ahead values stored in the Forecast object.
Examples
## Not run:
h_ahead(Forecast)
## End(Not run)
[Package lmForc version 0.1.0 Index]