plot.bmgarch: Plot method for bmgarch objects.

View source: R/plot.R

plot.bmgarchR Documentation

Plot method for bmgarch objects.

Description

Plot method for bmgarch objects.

Usage

## S3 method for class 'bmgarch'
plot(x, type = "mean", askNewPage = TRUE, CrI = c(0.025, 0.975), ...)

Arguments

x

bmgarch object.

type

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

askNewPage

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

CrI

CrI Numeric vector (Default: c(.025, .975)). Lower and upper bound of predictive credible interval.

...

Not used

Value

List of ggplot objects (one per time series).

Author(s)

Stephen R. Martin


bmgarch documentation built on Sept. 12, 2023, 1:13 a.m.