total_richness: Calculate richness of an abundance table.

View source: R/total_richness.r

total_richnessR Documentation

Calculate richness of an abundance table.

Description

Given a numeric matri representign an abundance table, it calculates the total richness (ie species number) in it.

Usage

total_richness(Tab)

Arguments

Tab

A numeric matrix with columns as samples and rows as taxa.

Value

A number representing the total richness.

Author(s)

Sur Herrera Paredes

See Also

site_diversity, compare_site_diversity


surh/AMOR documentation built on Feb. 21, 2023, 6:31 a.m.