Compute niche overlap index between one pair of species. Users are encouraged to used niche.overlap
istead of this function.
niche.overlap.pair(vectA, vectB, method = c("pianka",
"schoener","petraitis","czech","morisita", "levins"))
Niche overlap index.
A numerical vector including species A's abundance or value of importance.
A numerical vector including species B's abundance or value of importance.
Niche overlap index to be applied.
Jinlong Zhang jinlongzhang01@gmail.com
None
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
niche.overlap
### niche.overlap.pair() example
data(datasample)
niche.overlap.pair(datasample[,1],datasample[,2], method = "levins")
Run the code above in your browser using DataLab