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

plot,tscopulafit,missing-methodR Documentation

Plot method for tscopulafit class

Description

Plot method for tscopulafit class

Usage

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

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

Value

No return value, generates plot.

Examples

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)

tscopula documentation built on May 7, 2022, 5:06 p.m.