abundance {benthos} | R Documentation |
Abundance
Description
The number of indiviuals in each taxon.
Usage
abundance(.data = NULL, taxon = NULL, count)
abundance_(.data = NULL, taxon = NULL, count)
Arguments
.data |
data in a |
taxon |
name of column in |
count |
name of column in |
Value
numeric
vector with abundance per taxon.
Functions
-
abundance_()
: version suitable for calling from a function (see package lazyeval).
Note
due to pooling, the abundance is not necessarily an integer
Examples
abundance(
taxon = c("Euspira pulchella", "Nephtys cirrosa"),
count = c(4, 6)
)
[Package benthos version 1.3-8 Index]