View source: R/diversity_fxns.R
inv_simpson | R Documentation |
inv_simpson
inv_simpson(my_counts, should_screen_counts = TRUE)
my_counts |
vector of postive integers |
should_screen_counts |
Boolean to indicate if the coutns should be screened for valid data. Set to false if the data has already been checked by another function. |
Returns vegan::diversity(my_counts, index = "invsimpson")
of the
non-zero counts with NA removed.
Other diversity:
chao1()
,
dXX_index()
,
evenness()
,
get_corrected_entropy_rdata_2_4096_path()
,
get_corrected_entropy_rdata_4097_65536_path()
,
get_corrected_entropy_rdata_ab1025_65K_ent1_8_path()
,
get_corrected_entropy_rdata_ab8_1024_ent1_8_path()
,
has_sufficient_abundance_for_entropy()
,
predict_true_entropy_from_counts()
,
predict_true_entropy_from_diversity()
,
screen_counts()
,
shannon_entropy()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.