## 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)
Run the code above in your browser using DataLab