Description Usage Arguments Examples
Save a top coefficients barplot.
1 2 | save_top_coefficients_barplot(plot, filename, format = "tiff",
start_path = "output", ...)
|
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. |
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.