This function saves ordination plots stored in a listlike object to an output folder.

save_ordination_plots(ord_plots, format = "tiff",
  start_path = "output", ...)

Arguments

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.

Value

An output directory that contains ordination plots.

Details

This function creates an appropriate output directory, where it saves publication ready plots.

See also

Examples

# NOT RUN {
if (interactive()) {
}
# }