general_info: general_info

View source: R/general_info.R

general_infoR Documentation

general_info

Description

Calculates the overall richness at different taxonomic level.

Usage

general_info(x, taxalist = FALSE)

Arguments

x

Result of aggregate_taxa().

taxalist

If TRUE returns the list of taxa for each taxonomic level.

See Also

as_biomonitor

Examples

data(macro_ex)
data_bio <- as_biomonitor(macro_ex)
data_agr <- aggregate_taxa(data_bio)
general_info(data_agr)

alexology/biomonitoR documentation built on April 7, 2024, 10:15 a.m.