realized,Forecast-method {lmForc}R Documentation

Get the realized slot of a realized object

Description

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

Usage

## S4 method for signature 'Forecast'
realized(Forecast)

Arguments

Forecast

Forecast object.

Value

Vector of realized values stored in the Forecast object.

Examples

## Not run: 

realized(Forecast)


## End(Not run)


[Package lmForc version 0.1.0 Index]