plot.bmgarch {bmgarch} | R 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: |
... |
Not used |
Value
List of ggplot objects (one per time series).
Author(s)
Stephen R. Martin
[Package bmgarch version 2.0.0 Index]