## We produce below a figure on the dataset used in Mercadier and Roustant (2019).
data(France)
ec_ymt <- ecEmp(sample = France$ymt, ind = 2, k = 25)
## The 9 largest inverse empirical pairwise extremal coefficients.
graphsMapEmp(France$ymt, region='france', coord=France$coord, k=25, which="iecgraph", select=9)
## The 30 largest inverse empirical pairwise extremal coefficients.
graphsMapEmp(France$ymt, region='france', coord=France$coord, k=25, which="iecgraph", select=30)
## All the inverse empirical pairwise extremal coefficients.
graphsMapEmp(France$ymt, region='france', coord=France$coord, k=25, which="iecgraph")
Run the code above in your browser using DataLab