obs_est | R Documentation |
Computes observed and asymptotic Hill diversity estimates from a vector of integer abundances.
obs_est(ab)
ab |
A numeric vector of species abundances or relative abundances. |
Only integer abundances allowed in ab
, as asymptotic estimator relies
on sampling theory for individuals.
Dataframe with total abundance and observed and asymptotic diversity estimates for the Pythagorean mean rarities: richness, exponentiated Shannon, and inverse Simpson.
rarity
, Chao_Hill_abu
obs_est(c(20,8,5,4,2,1))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.