plotClevEmp {satdad} | R Documentation |
Empirical Cleveland's Dot Plots of the tail dependence structure.
Description
Global comparison of the empirical tail superset importance coefficients (tsicEmp) via a Cleveland's Dot Plot.
Usage
plotClevEmp(sample, k, ind = "all", which = "tsic", labels = TRUE)
Arguments
sample |
A |
k |
An integer smaller or equal to |
ind |
A character string among "with.singletons" and "all" (without singletons), or an integer in |
which |
A character string among "tsic" (empirical normalized tsic plot), and "ec" (empirical normalized ec plot). |
labels |
A boolean. 'TRUE' the default indicates that the names of the subsets are printed. 'FALSE' if only points are drawn. |
Value
Draws a Cleveland dot plot of the normalized empirical tsic when superset = TRUE
, the default value.
Otherwise empirical normalized ec are drawn.
Author(s)
Cécile Mercadier (mercadier@math.univ-lyon1.fr
)
See Also
Examples
## Fix a 5-dimensional asymmetric tail dependence structure
(ds5 <- gen.ds(d = 5))
## Generate a 1000-sample of Mevlog random vectors associated with ds5
sample5 <- rMevlog(n = 1000, ds = ds5)
## Plot the empirical Cleveland dot plot (restricted to pairs)
plotClevEmp(sample5, k = 100, ind = 2)