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)
data in a data.frame, data_frame, data.table, database etc.
data.frame
data_frame
data.table
counts (numeric)
numeric
Should missing values (including NaN) be removed? (logical)
NaN
logical
total number of individuals (integer)
integer
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_
# NOT RUN { total_abundance(count = c(4, 6)) # }
Run the code above in your browser using DataLab