plot.prediction_errors {ForecastTB} | R Documentation |
Function to plot comparison of Prediction methods
Description
Function to plot comparison of Prediction methods
Usage
## S3 method for class '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
a <- prediction_errors(data = nottem)
b <- plot(a)
[Package ForecastTB version 1.0.1 Index]