h_ahead<- | R Documentation |
h_ahead
takes a Forecast
object and sets the h_ahead
vector of the forecast.
h_ahead(Forecast) <- value
Forecast |
Forecast object. |
value |
Vector of values assigned to the h_ahead slot of the Forecast. |
Forecast
object that contains the new h_ahead vector.
## Not run:
h_ahead(Forecast) <- 4L
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.