forc<-,Forecast-method | R Documentation |
forc
takes a Forecast
object and sets the forecast
vector of the forecast.
## S4 replacement method for signature 'Forecast'
forc(Forecast) <- value
Forecast |
Forecast object. |
value |
Vector of values assigned to the forecast slot of the Forecast. |
Forecast
object that contains the new forecast vector.
## Not run:
forc(Forecast) <- c(2.45, 2.76, 3.31)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.