Save a top coefficients barplot.

save_top_coefficients_barplot(
  plot,
  filename,
  format = "tiff",
  start_path = "output",
  ...
)

Arguments

plot

The plot object.

filename

The name of the file. (an extension should not be included)

format

The file format, Default = "tiff"

start_path

The path of which your output should be saved.

...

Additional parameters.

Examples

if (FALSE) { # \dontrun{
if (interactive()) {
  library(MicrobiomeR)
  save_top_coefficients_barplot(plot = plot, filename = "stacked_bar_phylum")
}
} # }