Save a stacked barplot.
save_barplot(plot, filename)
| plot | The plot object. |
|---|---|
| filename | The name of the file. (an extension should not be included) |
Other Visualizations: alpha_diversity_plot,
correlation_data,
correlation_plots,
correlation_plot,
heat_tree_parameters,
heat_tree_plots, melt_taxmap,
ordination_plot, plot_limits,
save_correlation_plots,
save_heat_tree_plots,
save_ordination_plots,
top_coefficients_barplot
# NOT RUN { if (interactive()) { library(MicrobiomeR) save_barplot(plot = plot, filename = "stacked_bar_phylum") } # }