Description Usage Arguments Value Author(s) References See Also Examples
Compute niche width for all the species in a community.
1 | 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
1 2 3 | 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.