clarkEvans | R Documentation |
Clark-Evans index of neighbourhood pattern
clarkEvans(x, area)
x |
two column matrix of individual x and y coordinates |
area |
area of the plot, in the same units as |
Essentially the sum of nearest neighbour distances of all individuals in the plot, normalised by the density of individuals in the plot. Bounded between 0 and 2.15, with values <1 indicating a clustered distribution. A completely regular hexagonal distribution results in the highest value of 2.15.
Value of the competition index for the structural unit, i.e. plot.
Clark, F. J., Evans, F. C. (1954). Distance to the nearest neighbour as a measure of spatial relationships in populations. Ecology. Volume 35. Pages 445-453
data(bicuar)
clarkEvans(bicuar[,c("x", "y")], 10000)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.