dicedist | R Documentation |
Computes a distance derived from Dice's coincidence index between the columns of a 0-1-matrix.
dicedist(regmat)
regmat |
0-1-matrix. Columns are species, rows are regions. |
The Dice distance between two species is 1 minus the Coincidence Index, which is (2*number of regions where both species are present)/(2*number of regions where both species are present plus number of regions where at least one species is present). This is S23 in Shi (1993).
A symmetrical matrix of Dice distances.
Christian Hennig christian.hennig@unibo.it https://www.unibo.it/sitoweb/christian.hennig/en
Shi, G. R. (1993) Multivariate data analysis in palaeoecology and palaeobiogeography - a review. Palaeogeography, Palaeoclimatology, Palaeoecology 105, 199-234.
kulczynski
,jaccard
options(digits=4)
data(kykladspecreg)
dicedist(t(kykladspecreg))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.