| taxa_distribution | R Documentation | 
Plots distribution of taxa.
taxa_distribution( x, color.level = "Phylum", color.taxa = brewer.pal(12, "Paired") )
x | 
 
  | 
color.level | 
 Taxonomic level to color  | 
color.taxa | 
 vector of colors specified by user Default is brewer.pal(12,"Paired")  | 
ggplot2 object
library(microbiomeutilities)
data("zackular2014")
pseq <- zackular2014
p <- taxa_distribution(pseq)
p
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.