niche.width | R Documentation |
Compute niche width for all the species in a community.
niche.width(mat, method = c("shannon", "levins"))
mat |
A community matrix with columns representing species, and rows representing plots. |
method |
Character string showing the name of the index. |
A vetor containing niche width for all the species in the community.
Jinlong Zhang jinlongzhang01@gmail.com
Zhang Jin-tun,(2004 ) Quantitative Ecology, Science Press, Beijing
niche.overlap
for niche overlap
data(datasample)
niche.width(datasample, method = "levins")
niche.width(datasample, method = "shannon")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.