plot.bmgarch | R Documentation |
Plot method for bmgarch objects.
## S3 method for class 'bmgarch'
plot(x, type = "mean", askNewPage = TRUE, CrI = c(0.025, 0.975), ...)
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 |
List of ggplot objects (one per time series).
Stephen R. Martin
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.