powered by
The total number of individuals.
total_abundance(.data = NULL, count, na.rm = FALSE)total_abundance_(.data = NULL, count, na.rm = FALSE)lnn(.data = NULL, count, na.rm = FALSE)lnn_(.data = NULL, count, na.rm = FALSE)
total_abundance_(.data = NULL, count, na.rm = FALSE)
lnn(.data = NULL, count, na.rm = FALSE)
lnn_(.data = NULL, count, na.rm = FALSE)
total number of individuals (integer)
integer
data in a data.frame, tibble, data.table, database etc.
data.frame
tibble
data.table
counts (numeric)
numeric
Should missing values (including NaN) be removed? (logical)
NaN
logical
total_abundance_(): version suitable for calling from a function (see package lazyeval).
total_abundance_()
lnn(): natural log of total abundance + 1 (see package lazyeval).
lnn()
lnn_(): version of lnn suitable for calling from a function (see package lazyeval).
lnn_()
total_abundance(count = c(4, 6))
Run the code above in your browser using DataLab