Learn R Programming

tscopula (version 0.3.9)

plot,tscopulafit,missing-method: Plot method for tscopulafit class

Description

Plot method for tscopulafit class

Usage

# S4 method for tscopulafit,missing
plot(x, plottype = "residual", bw = FALSE, lagmax = 30)

Value

No return value, generates plot.

Arguments

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

Examples

Run this code
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)

Run the code above in your browser using DataLab