richness {microbial} | R Documentation |
calculat the richness for the phyloseq object
Description
calculat the richness for the phyloseq object
Usage
richness(physeq, method = c("Observed", "Simpson", "Shannon"))
Arguments
physeq |
A |
method |
A list of character strings specifying |
Value
data.frame of alpha diversity
Author(s)
Kai Guo
Examples
{
data("Physeq")
rich <-richness(physeq,method=c("Simpson", "Shannon"))
}
[Package microbial version 0.0.21 Index]