plot_circle {ForecastTB}R Documentation

Function to plot comparison of Predicted values in a circular ring

Description

Function to plot comparison of Predicted values in a circular ring

Usage

plot_circle(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)
plot_circle(a)

[Package ForecastTB version 1.0.1 Index]