View source: R/alpha_diversity.R
alpha_diversity | R Documentation |
The alpha_diversity aims to calculate the global indicators of the ecosystem state
alpha_diversity(physeq, method)
method |
(Required). A list of character strings specifying |
physeq |
(Required). A |
10/01/2020 ShenZhen China
It returns a data frame of diversity measure and corresponding indices/methods
(s) Hua Zou, Huahui Ren huahui.ren@bio.ku.dk
data(physeq_data)
method <- "all"
alpha_diversity(physeq_data, method)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.