realized<- {lmForc}R Documentation

Set realized slot of a Forecast object

Description

realized takes a Forecast object and sets the realized vector of the forecast.

Usage

realized(Forecast) <- value

Arguments

Forecast

Forecast object.

value

Vector of values assigned to the realized slot of the Forecast.

Value

Forecast object that contains the new realized vector.

Examples

## Not run: 

realized(Forecast) <- c("2015-03-01", "2015-03-02", "2015-03-03")


## End(Not run)


[Package lmForc version 0.1.0 Index]