Learn R Programming

lmForc (version 1.0.0)

forc,Forecast-method: Get the forecast slot of a Forecast object

Description

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

Usage

# S4 method for Forecast
forc(Forecast)

Value

Vector of forecast values stored in the Forecast object.

Arguments

Forecast

Forecast object.

Examples

Run this code
if (FALSE) {

forc(Forecast)

}

Run the code above in your browser using DataLab