Description Usage Arguments Details Value Author(s) References See Also Examples
View source: R/niche.overlap.R
Compute niche overlap between each pair of species.
1 2 | niche.overlap(mat, method = c("levins", "schoener",
"petraitis", "pianka", "czech", "morisita"))
|
mat |
A community matrix with columns representing species, and rows representing plots. |
method |
A string specifying the name of the index. |
To add.
A distance matrix contains niche overlap index between each pair of species.
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(datasample, method = "levins")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.