powered by
Compute niche width of the species in a community.
niche.width(mat, method = c("shannon", "levins"))
A vetor contains niche width index of species in community.
A community data matrix with each column for each species, and each row for each plot.
Index of niche width.
Jinlong Zhang jinlongzhang01@gmail.com
To be added
Zhang Jin-tun,(2004 ) Quantitative Ecology, Science Press, Beijing
niche.overlap for niche overlap
niche.overlap
# ### niche.width() example data(datasample) niche.width(datasample, method = "levins") niche.width(datasample, method = "shannon")
Run the code above in your browser using DataLab