Learn R Programming

benthos (version 2.0-0)

abundance: Abundance

Description

The number of individuals in each taxon.

Usage

abundance(taxon = NULL, count)

Value

numeric vector with abundance per taxon.

Arguments

taxon

character vector containing taxa

count

numeric vector containing counts

Examples

Run this code
 abundance(
     taxon = c("Euspira pulchella", "Nephtys cirrosa"),
     count = c(4, 6)
 )

Run the code above in your browser using DataLab