Description Usage Arguments Value Examples
View source: R/diversities_help.R
Get alpha diversity
1 | diversities_help(counts_table, index = "all", zeroes = TRUE)
|
counts_table |
A dataframe with organism x sample |
index |
one of inverse_simpson,gini_simpson,shannon,fisher,coverage |
zeroes |
A boolean for whether to ignore zero values |
A list of alpha diversity
1 | diversities_help(matrix(seq_len(12), nrow = 3),index='shannon')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.