View source: R/mobr_boxplots.R
calc_beta_div | R Documentation |
A wrapper for the function calc_comm_div
that only returns
scales = 'beta'
calc_beta_div(abund_mat, index, effort = NA, C_target_gamma = NA, ...)
abund_mat |
Abundance based site-by-species table. Species as columns |
index |
The calculated biodiversity indices. The options are
See Details for additional information on the biodiversity statistics. |
effort |
The standardized number of individuals used for the calculation of rarefied species richness. This can a be single integer or a vector of integers. |
C_target_gamma |
When computing coverage based richness ( |
... |
other arguments to pass to |
calc_comm_div
data(inv_comm)
beta_metrics = calc_beta_div(inv_comm, 'S_n', effort = c(5, 10))
beta_metrics
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.