compsim2 {octopucs} | R Documentation |
Complementarity and disimilarity
Description
Calculates the complementaritry and dissimilarity between two or more communities base on .
Usage
compsim2(M)
Arguments
M |
A species times site matrix. |
Value
Generates a disimilarity matrix.
Author(s)
Roger Guevara (roger.guevara@inecol.mx)
References
Aguirre, A., Guevara, R., García, M., & López, J. C. (2010). Fate of epiphytes on phorophytes with different architectural characteristics along the perturbation gradient of Sabal mexicana forests in Veracruz, Mexico. Journal of Vegetation Science, 21(1), 6-15. https://doi.org/10.1111/j.1654-1103.2009.01131.x
Examples
data(dune)
M2 <- compsim2(t(dune[1:2,]))
M2
[Package octopucs version 0.1.0 Index]