Description Usage Arguments Details Value See Also Examples
This function saves ordination plots stored in a listlike object to an output folder.
1 2 | save_ordination_plots(ord_plots, format = "tiff",
start_path = "output", ...)
|
ord_plots |
An ordination plot list generated by ordination_plots. |
format |
The format of the output image. Default: 'tiff' |
start_path |
The starting path of the output directory. Default: 'output' |
... |
An optional list of parameters to use in the output_dir function. |
This function creates an appropriate output directory, where it saves publication ready plots.
An output directory that contains ordination plots.
Other Visualizations: alpha_diversity_plot
,
correlation_data
,
correlation_plots
,
correlation_plot
,
heat_tree_parameters
,
heat_tree_plots
,
ordination_plots
,
ordination_plot
, plot_limits
,
save_alpha_diversity_plots
,
save_correlation_plots
,
save_heat_tree_plots
,
save_stacked_barplots
,
stacked_barplots
,
stacked_barplot
,
top_coefficients_barplot
1 2 3 4 5 | ## Not run:
if (interactive()) {
}
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.