save_top_coefficients_barplot: Save Top Coefficients Barplot

Description Usage Arguments Examples

View source: R/permanova.R

Description

Save a top coefficients barplot.

Usage

1
2
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

1
2
3
4
5
6
7
## Not run: 
if (interactive()) {
  library(MicrobiomeR)
  save_top_coefficients_barplot(plot = plot, filename = "stacked_bar_phylum")
}

## End(Not run)

vallenderlab/MicrobiomeR documentation built on Aug. 30, 2019, 11:24 p.m.