For more info about these measures, please check Details in
?vegan::vegdist(). Note that, in the vegan help page, "Ruzicka" corresponds to
"quantitative Jaccard". `BrayCurtis(X)` gives the same result than
`1-vegan::vegdist(X,method="bray")`, and the same with `Ruzicka(data)` and
`1-vegan::vegdist(data,method="jaccard")`.