View source: R/satdad_Rfunctions.R
plotClev | R Documentation |
Global comparison of the theoretical tail superset importance coefficients (tsic) via a Cleveland's Dot Plot.
plotClev(ds, ind = "all", which = "tsic", labels = TRUE)
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. |
Draws a Cleveland dot plot of the normalized theoretical tsic when superset = TRUE
, the default value.
Otherwise theoretical normalized ec are drawn.
Cécile Mercadier (mercadier@math.univ-lyon1.fr
)
plotClevEmp
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.