plot,tscopulafit,missing-method | R Documentation |
Plot method for tscopulafit class
## S4 method for signature 'tscopulafit,missing'
plot(x, plottype = "residual", bw = FALSE, lagmax = 30)
x |
an object of class tscopulafit. |
plottype |
type of plot required. |
bw |
logical variable specifying whether black-white options should be chosen. |
lagmax |
maximum lag value for Kendall plots |
No return value, generates plot.
data <- sim(armacopula(list(ar = 0.5, ma = 0.4)), n = 1000)
fit <- fit(armacopula(list(ar = 0.5, ma = 0.4)), data)
plot(fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.