Learn R Programming

benthos (version 2.0-0)

total_abundance: Total Abundance

Description

The total number of individuals.

Usage

total_abundance(count, na.rm = FALSE)

lnn(count, na.rm = FALSE)

Value

total number of individuals (integer)

Arguments

count

counts (numeric)

na.rm

Should missing values (including NaN) be removed? (logical)

Functions

  • lnn(): natural log of total abundance + 1

Examples

Run this code
 total_abundance(count = c(4, 6))

Run the code above in your browser using DataLab