richness | R Documentation |
calculat the richness for the phyloseq object
richness(physeq, method = c("Observed", "Simpson", "Shannon"))
physeq |
A |
method |
A list of character strings specifying |
data.frame of alpha diversity
Kai Guo
{
data("Physeq")
rich <-richness(physeq,method=c("Simpson", "Shannon"))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.