Learn R Programming

OasisR (version 1.0.0)

ISimpson: A function to compute Simpson's interaction index

Usage

ISimpson(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

  • Simpson's interaction index } description{ Simpson's interaction index measures the probability that individuals randomly selected are not the same group.

References

Simpson E. H. (1949) Measurement of diversity. Nature 163:688

See Also

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

Examples

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

Run the code above in your browser using DataLab