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)
data in a data.frame, data_frame, data.table, database etc.
data.frame
data_frame
data.table
name of column in .data containing taxa
.data
name of column in .data containing counts
numeric vector with abundance per taxon.
numeric
abundance_: version suitable for calling from a function (see package lazyeval).
abundance_
# NOT RUN { abundance( taxon = c("Euspira pulchella", "Nephtys cirrosa"), count = c(4, 6) ) # }
Run the code above in your browser using DataLab