future,Forecast-method {lmForc} | R Documentation |
future
takes a Forecast
object and gets the future
vector of the forecast.
## S4 method for signature 'Forecast'
future(Forecast)
Forecast |
object. |
Vector of future values stored in the Forecast object.
## Not run:
future(Forecast)
## End(Not run)