Unlimited learning, half price | 50% off

Last chance! 50% off unlimited learning

Sale ends in


bmgarch (version 2.0.0)

plot.forecast.bmgarch: Plot method for forecast.bmgarch objects.

Description

Plot method for forecast.bmgarch objects.

Usage

# S3 method for forecast.bmgarch
plot(x, type = "mean", askNewPage = TRUE, last_t = 100, ...)

Value

List of ggplot objects (one per time series).

Arguments

x

forecast.bmgarch object. See forecast.bmgarch.

type

String (Default: "mean"). Whether to plot conditional means ("mean"), variance ("var"), or correlations ("cor").

askNewPage

Logical (Default: True). Whether to ask for new plotting page.

last_t

Integer (Default: 100). Only show last_t observations in plot.

...

Not used

Author

Stephen R. Martin