Description Usage Arguments Details Value Author(s) References See Also Examples
View source: R/niche.overlap.pair.R
Compute niche overlap index between two species. This is an internal function, used niche.overlap
instead.
1 2 | niche.overlap.pair(vectA, vectB, method = c("pianka",
"schoener","petraitis","czech","morisita", "levins"))
|
vectA |
A numeric vector containing species A's abundance or importance value |
vectB |
A numeric vector containing species B's abundance or importance value |
method |
Niche overlap index |
None
The niche overlap index
Jinlong Zhang jinlongzhang01@gmail.com
Zhang Jin-tun,(2004 ) Quantitative Ecology, Science Press, Beijing
Nicholas J. Gotelli. 2000. Null model analysis of species co-occurrence patterns. Ecology 81:2606-2621. http://esapubs.org/archive/ecol/E081/022/EcoSim
1 2 | data(datasample)
niche.overlap.pair(datasample[,1],datasample[,2], method = "levins")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.