Learn R Programming

ForecastTB (version 1.0.1)

plot.prediction_errors: Function to plot comparison of Prediction methods

Description

Function to plot comparison of Prediction methods

Usage

# S3 method for prediction_errors
plot(x, ...)

Arguments

x

as output object of 'prediction_errors()' function

...

arguments passed to or from other methods

Value

Returns error comparison plots for forecasting methods

Examples

Run this code
# NOT RUN {
a <- prediction_errors(data = nottem)
b <- plot(a)
# }

Run the code above in your browser using DataLab