contour.kdevinecop: Contour plots of pair copula kernel estimates

View source: R/contour.kdevinecop.R

contour.kdevinecopR Documentation

Contour plots of pair copula kernel estimates

Description

Contour plots of pair copula kernel estimates

Usage

## S3 method for class 'kdevinecop'
contour(x, tree = "ALL", xylim = NULL, cex.nums = 1, ...)

Arguments

x

a kdevinecop object.

tree

"ALL" or integer vector; specifies which trees are plotted.

xylim

numeric vector of length 2; sets xlim and ylim for the contours.

cex.nums

numeric; expansion factor for font of the numbers.

...

arguments passed to contour.kdecopula.

Examples

data(wdbc, package = "kdecopula")                     # load data
u <- VineCopula::pobs(wdbc[, 5:7], ties = "average")  # rank-transform

# estimate density
fit <- kdevinecop(u)

# contour matrix
contour(fit)


tnagler/kdevine documentation built on Oct. 23, 2022, 3:56 a.m.