View source: R/contour.kdevinecop.R
contour.kdevinecop | R Documentation |
Contour plots of pair copula kernel estimates
## S3 method for class 'kdevinecop'
contour(x, tree = "ALL", xylim = NULL, cex.nums = 1, ...)
x |
a |
tree |
|
xylim |
numeric vector of length 2; sets |
cex.nums |
numeric; expansion factor for font of the numbers. |
... |
arguments passed to |
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.