ept | R Documentation |
This function calculates the richness of Ephemeroptera, Plecotera and Trichoptera (EPT) taxa at the desired taxonomic level.
ept(x, tax_lev = "Taxa")
x |
Result of |
tax_lev |
The taxonomic level for calculating EPT richness. |
tax_lev
must be finer than Order (e.g. Species, Genus, Family ).
The ept()
function works if Ephemeroptera, Trichoptera and Plecoptera are set as orders in the reference database. Otherwise try with aggregate_richness()
.
aggregate_taxa get_taxa_richness
data(macro_ex)
data_bio <- as_biomonitor(macro_ex)
data_agr <- aggregate_taxa(data_bio)
ept(data_agr)
# ept should return the same results as the function get_taxa_richness
ept(data_agr, tax_lev = "Family")
get_taxa_richness(data_agr,
taxa = c("Ephemeroptera", "Plecoptera", "Trichoptera"), tax_lev = "Family"
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.