abundance_plot | R Documentation |
Abundance Plot
abundance_plot( phylo, x, taxlev = "Family", orderbar = "", facetby = "Description", ntaxa = 14, bar.params = list(), facet.params = list(), ... )
phylo |
Phyloseq object |
x |
String Variable for x axis |
taxlev |
String Taxonomic Level |
orderbar |
String. Numeric Variable of sample_data. The Bars will be ordered in respect to the values |
facetby |
String Variable the plot should be faceted by |
ntaxa |
Integer number of taxa which should be displayed |
bar.params |
Additional parameters for the geom_bar plot |
facet.params |
Additional parameters for facet_wrap |
... |
ggplot
data("mice_B6_N") abundance_plot(mice_B6_N, "Microbiota")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.