Learn R Programming

cati (version 0.8)

CVNND: Coefficient of variation of the nearest neigbourhood distance (CVNND)

Description

Coefficient of variation of the nearest neigbourhood distance (CVNND). Internal use for other function.

Usage

CVNND(trait, div_range= FALSE)

Arguments

trait
Trait vector.
div_range
Does CVNND need to be divise by the range.

Value

  • One value corresponding to the coefficient of variation of the nearest neigbourhood for the trait.

References

Jung, Vincent, Cyrille Violle, Cedric Mondy, Lucien Hoffmann, et Serge Muller. 2010. Intraspecific variability and trait-based community assembly: Intraspecific variability and community assembly. Journal of Ecology 98 (5): 1134-1140. doi:10.1111/j.1365-2745.2010.01687.x.

Examples

Run this code
data(finch.ind)
	CVNND(traits.finch[,1])

Run the code above in your browser using DataLab