contour.kdevinecop {kdevine} | R 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 |
tree |
|
xylim |
numeric vector of length 2; sets |
cex.nums |
numeric; expansion factor for font of the numbers. |
... |
arguments passed to |
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)
[Package kdevine version 0.4.5 Index]