| gammaDiversity | R Documentation |
Compute Hill numbers for the pooled community across all sites.
gammaDiversity(x, q = c(0, 1, 2))
x |
A site-by-species matrix (abundance data). |
q |
Numeric vector. Orders of diversity. Default |
Gamma diversity represents regional (total) diversity across all sites. It is computed by pooling abundances across all sites and calculating Hill numbers on the combined community.
A named numeric vector with gamma diversity for each q.
Jost, L. (2007). Partitioning diversity into independent alpha and beta components. Ecology, 88, 2427-2439.
alphaDiversity() for local diversity, diversityPartition()
for full alpha-beta-gamma decomposition
species <- matrix(rpois(50 * 30, 2), nrow = 50)
gammaDiversity(species, q = c(0, 1, 2))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.