Save a top coefficients barplot.
save_top_coefficients_barplot(
plot,
filename,
format = "tiff",
start_path = "output",
...
)if (FALSE) { # \dontrun{
if (interactive()) {
library(MicrobiomeR)
save_top_coefficients_barplot(plot = plot, filename = "stacked_bar_phylum")
}
} # }