h_ahead<-,Forecast-method | R Documentation |
h_ahead
takes a Forecast
object and sets the h_ahead
vector of the forecast.
## S4 replacement method for signature '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.