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