Learn R Programming

matman (version 1.1.4)

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

Author

Leon Binder leon.binder@th-deg.de

Bernhard Bauer bernhard.bauer@th-deg.de

Michael Scholz michael.scholz@th-deg.de

See Also

Forecast

Examples

Run this code
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