future<-,Forecast-method {lmForc} | R Documentation |
Set future slot of a Forecast object
Description
future
takes a Forecast
object and sets the future
vector of the forecast.
Usage
## S4 replacement method for signature 'Forecast'
future(Forecast) <- value
Arguments
Forecast |
Forecast object. |
value |
Vector of values assigned to the future slot of the Forecast. |
Value
Forecast
object that contains the new future vector.
Examples
## Not run:
future(Forecast) <- c("2015-03-01", "2015-03-02", "2015-03-03")
## End(Not run)
[Package lmForc version 0.1.0 Index]