Learn R Programming

matman (version 1.1.3)

show,Forecast-method: Shows a Forecast object

Description

Shows the predicted data of a Forecast object. If the Forecast object was created using keepPreviousData = TRUE, also the training data are shown

Usage

# S4 method for Forecast
show(object)

Arguments

object

The Forecast object

See Also

Forecast

Examples

Run this code
# NOT RUN {
data("Amount")
prediction = predictValue(data = Amount,
    value = "amount",
    item = "item",
    timestamp = "date",
    temporalAggregation = "week",
    timeUnitsAhead = 3)
prediction
# }

Run the code above in your browser using DataLab