plotClev {satdad} | R Documentation |
Cleveland's Dot Plots of the tail dependence structure.
Description
Global comparison of the theoretical tail superset importance coefficients (tsic) via a Cleveland's Dot Plot.
Usage
plotClev(ds, ind = "all", which = "tsic", labels = TRUE)
Arguments
ds |
An object of class |
ind |
A character string among "with.singletons" and "all" (without singletons), or an integer in |
which |
A character string among "tsic" (normalized tsic plot), and "ec" (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 theoretical tsic when superset = TRUE
, the default value.
Otherwise theoretical normalized ec are drawn.
Author(s)
Cécile Mercadier (mercadier@math.univ-lyon1.fr
)
See Also
Examples
## Fix a 6-dimensional asymmetric tail dependence structure
## Two blocks of components are specified
ds6 <- gen.ds(d = 6, sub = list(1:4,5:6))
## Plot the associated Cleveland dot plot
plotClev(ds6)
[Package satdad version 1.1 Index]