Description Usage Arguments Author(s) See Also Examples
Shows the predicted data of a Forecast object. If the Forecast object was created using keepPreviousData = TRUE, also the training data are shown
1 2 | ## S4 method for signature 'Forecast'
show(object)
|
object |
The |
Leon Binder leon.binder@th-deg.de
Bernhard Bauer bernhard.bauer@th-deg.de
Michael Scholz michael.scholz@th-deg.de
1 2 3 4 5 6 7 8 | data("Amount")
prediction = predictValue(data = Amount,
value = "amount",
item = "item",
timestamp = "date",
temporalAggregation = "week",
timeUnitsAhead = 3)
prediction
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.