plot.foreccomb_res: Plot results from forecast combination model

View source: R/plot.foreccomb_res.R

plot.foreccomb_resR Documentation

Plot results from forecast combination model

Description

Produces plots for the results of a forecast combination method. Either an actual vs. fitted plot (which = 1) or a barplot of the combination weights (which = 2).

Usage

## S3 method for class 'foreccomb_res'
plot(x, which = 1, ...)

Arguments

x

An object of class 'foreccomb_res'.

which

Type of plot: 1 = actual vs. fitted, 2 = combination weights.

...

Other arguments passing to plot.default.

Value

A plot for the foreccomb_res class.

Author(s)

adapted from Christoph E. Weiss and Gernot R. Roetzer (ForecastComb)

See Also

foreccomb, summary.foreccomb_res


Techtonique/ahead documentation built on Nov. 24, 2024, 10:33 a.m.