origin {lmForc} | R Documentation |
origin
takes a Forecast
object and gets the origin
vector of the forecast.
origin(Forecast)
Forecast |
Forecast object. |
Vector of origin values stored in the Forecast object.
## Not run:
origin(Forecast)
## End(Not run)