ntaxa | R Documentation |
Get the number of taxa/species.
ntaxa(physeq) ## S4 method for signature 'ANY' ntaxa(physeq) ## S4 method for signature 'phyloseq' ntaxa(physeq) ## S4 method for signature 'otu_table' ntaxa(physeq) ## S4 method for signature 'taxonomyTable' ntaxa(physeq) ## S4 method for signature 'phylo' ntaxa(physeq) ## S4 method for signature 'XStringSet' ntaxa(physeq)
physeq |
|
An integer indicating the number of taxa / species.
taxa_names
data("esophagus") ntaxa(esophagus) phy_tree(esophagus) ntaxa(phy_tree(esophagus))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.