niche.width {spaa} | R Documentation |
Compute niche width of the species in a community.
niche.width(mat, method = c("shannon", "levins"))
mat |
A community data matrix with each column for each species, and each row for each plot. |
method |
Index of niche width. |
To be added
A vetor contains niche width index of species in community.
Jinlong Zhang jinlongzhang01@gmail.com
Zhang Jin-tun,(2004 ) Quantitative Ecology, Science Press, Beijing
niche.overlap
for niche overlap
# ### niche.width() example
data(datasample)
niche.width(datasample, method = "levins")
niche.width(datasample, method = "shannon")