Description Usage Arguments Details See Also Examples
plot is a generic function for S3 plotting methods for 
a "ccc", "dcc" or "cdcc" class object. 
| 1 2 3 4 5 6 7 8 9 10 11 | ## S3 method for class 'ccc'
plot(x, item, main = NULL, sub = NULL, xlab = NULL, ylab = NULL, 
  lwd = NULL, ...)
## S3 method for class 'dcc'
plot(x, item, main = NULL, sub = NULL, xlab = NULL, ylab = NULL, 
  lwd = NULL, ...)
## S3 method for class 'cdcc'
plot(x, item, main = NULL, sub = NULL, xlab = NULL, ylab = NULL, 
  lwd = NULL, ...)
 | 
| x | an object of class  | 
| item | a character string determining the object to be plotted. One of 
 | 
| main | the main title of the plot. | 
| sub | the sub-title of the plot. If unspecified, no sub-title is displayed. | 
| xlab | the x label of the plot. If missing,  | 
| ylab | the y label of the plot. If missing,  | 
| lwd | the line width for the plot. If missing,  | 
| ... | optional arguments passed to  | 
An S3 method plot is used to plot the return data, estimated 
volatilities or estimated dynamic conditional correlations.
plot depicts multiple time series plot in a single plot window. 
The argument item determines which 
item to be plotted. One of “correlation”, 
“volatility”, “std.residuals” and “return” 
should be chosen. 
These are internally coerced to zoo objects, so that optional 
arguments for plot.zoo() can be passed through the “...” 
argument.
If “correlation” is selected for a “ccc” class object, 
it is terminated with error.
estimateCCC, estimateDCC, estimateCDCC
| 1 | ## See examples in "estimateCCC", "estimateDCC", or "estimateCDCC".
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.