Learn R Programming

lmForc (version 1.0.0)

future,Forecast-method: Get the future slot of a Forecast object

Description

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

Usage

# S4 method for Forecast
future(Forecast)

Value

Vector of future values stored in the Forecast object.

Arguments

Forecast

object.

Examples

Run this code
if (FALSE) {

future(Forecast)

}

Run the code above in your browser using DataLab