allrich | R Documentation |
This function allows the calculation of richness at different taxonomic levels and of the total abundance. A convenient function for calculating richness at all the taxonomic levels simultaneously is provided.
allrich(x)
richness(x, tax_lev = "Taxa")
x |
Result of |
tax_lev |
Taxonomic level at which the calculation has to be performed. |
richness()
returns a warning meassage if unassigned taxa are detected at the desired taxonomic level. Unassigned taxa can be present
because some taxa are entered at higher taxonomic levels than those at which the calculation is performed.
For instance, this problem appears when the calculation is performed at genus level and some taxa has been entered at family level.
Unassigned taxa can be present also because of missing levels in the reference database at the desired taxonomic level.
This problem is present, for example, for Mollusca in the default database for macroinvertebrates.
Mollusca orders are not present because there is no consensus among taxonomist (see the www.molluscabase.org website).
richness()
: Taxonomic richness
aggregate_taxa
data(macro_ex)
data_bio <- as_biomonitor(macro_ex)
data_agr <- aggregate_taxa(data_bio)
richness(data_agr, tax_lev = "Family")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.