Learn R Programming

lmForc (version 1.0.0)

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

Description

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

Usage

# S4 method for Forecast
h_ahead(Forecast)

Value

Vector of h_ahead values stored in the Forecast object.

Arguments

Forecast

Forecast object.

Examples

Run this code
if (FALSE) {

h_ahead(Forecast)

}

Run the code above in your browser using DataLab