plot.dcc.estimate | R Documentation |
Dynamic Correlation Model Plots
## S3 method for class 'dcc.estimate'
plot(
x,
y = NULL,
series = NULL,
index_format = "%Y",
labels = FALSE,
cex_labels = 0.8,
...
)
## S3 method for class 'cgarch.estimate'
plot(
x,
y = NULL,
series = NULL,
index_format = "%Y",
labels = FALSE,
cex_labels = 0.8,
...
)
x |
an object of class “dcc.estimate” or “cgarch.estimate”. |
y |
not used |
series |
for the constant correlation a vector of length 2 indicating the series numbers to use for the pairwise correlation plot. For the dynamic correlation model, if NULL will include all series, else a vector of integers of the series to include. |
index_format |
for the dynamic correlation plot the x-axis label formatting. |
labels |
whether to include y-axis labels. For a large number of series it is best to leave this as FALSE. |
cex_labels |
the shrink factor for the y-axis labels if included. |
... |
additional parameters passed to the plotting functions. |
plots of the correlation.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.