Learn R Programming

iNEXT (version 2.0.8)

as.abucount: Transform abundance raw data to abundance row-sum counts (iNEXT input format)

Description

as.abucount: transform abundance raw data (a species by sites matrix) to abundance rwo-sum counts data (iNEXT input format).

Usage

as.abucount(x)

Arguments

x
a data.frame or matirx of species by sites matrix.

Value

  • a vector of species abundance row-sum counts.

Examples

Run this code
data(plant)
lapply(plant, as.abucount)

Run the code above in your browser using DataLab