Learn R Programming

OasisR (version 1.0.0)

DMulti: A function to compute multigroup dissimilarity index

Description

Multigroup version of dissimilarity index (DI)

Usage

DMulti(x)

Arguments

x
- an object of class matrix (or that can be coerced to that class), where each column represents the distribution of a population group, within spatial units. The number of columns should be greater than one (at least two population groups are require

Value

  • Multigroup dissimilarity index

References

Sakoda J. N. (1981) A generalized Index of dissimilarity. Demography,18, 245-250

See Also

Other multigroup eveness indices: HShannon, JPielou, ISimpson, GiniMulti Other multigroup indices: PIsol, RelDivers

Examples

Run this code
x <- slot(GreHSize, 'data')[ ,3:5]
DMulti(x)

Run the code above in your browser using DataLab