powered by
The number of indiviuals in each taxon.
abundance(.data = NULL, taxon = NULL, count)abundance_(.data = NULL, taxon = NULL, count)
abundance_(.data = NULL, taxon = NULL, count)
numeric vector with abundance per taxon.
numeric
data in a data.frame, tibble, data.table, database etc.
data.frame
tibble
data.table
name of column in .data containing taxa
.data
name of column in .data containing counts
abundance_(): version suitable for calling from a function (see package lazyeval).
abundance_()
abundance( taxon = c("Euspira pulchella", "Nephtys cirrosa"), count = c(4, 6) )
Run the code above in your browser using DataLab