powered by
future takes a Forecast object and sets the future vector of the forecast.
future
Forecast
# S4 method for Forecast future(Forecast) <- value
Forecast object that contains the new future vector.
Forecast object.
Vector of values assigned to the future slot of the Forecast.
if (FALSE) { future(Forecast) <- c("2015-03-01", "2015-03-02", "2015-03-03") }
Run the code above in your browser using DataLab