plot.forecast.bmgarch {bmgarch} | R Documentation |
Plot method for forecast.bmgarch objects.
Description
Plot method for forecast.bmgarch objects.
Usage
## S3 method for class 'forecast.bmgarch'
plot(x, type = "mean", askNewPage = TRUE, last_t = 100, ...)
Arguments
x |
forecast.bmgarch object. See |
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 |
... |
Not used |
Value
List of ggplot objects (one per time series).
Author(s)
Stephen R. Martin
[Package bmgarch version 2.0.0 Index]