origin<- {lmForc} | R Documentation |
origin
takes a Forecast
object and sets the origin
vector of the forecast.
origin(Forecast) <- value
Forecast |
Forecast object. |
value |
Vector of values assigned to the origin slot of the Forecast. |
Forecast
object that contains the new origin vector.
## Not run:
origin(Forecast) <- c("2015-01-01", "2015-01-02", "2015-01-03")
## End(Not run)