qkulczynski | R Documentation |
Computes quantitative Kulczynski distances between the columns of an abundance matrix.
qkulczynski(regmat, log.distance=FALSE)
regmat |
(non-negative) abundance matrix. Columns are species, rows are regions. |
log.distance |
logical. If |
The quantitative Kulczynski distance between two species is 1-(mean of (mean of over regions minimum abundance of both species)/(sum of abundances of species 1) and (mean of over regions minimum abundance of both species)/(sum of abundances of species 2)). If the abundance matrix is a 0-1-matrix, this gives the standard Kulczynski distance.
A symmetrical matrix of quantitative Kulczynski distances.
Christian Hennig christian.hennig@unibo.it https://www.unibo.it/sitoweb/christian.hennig/en
D. P. Faith, P. R. Minchin and L. Belbin (1987) Compositional dissimilarity as a robust measure of ecological distance. Vegetation 69, 57-68.
kulczynski
options(digits=4)
data(kykladspecreg)
qkulczynski(t(kykladspecreg))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.