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