Saves all diagnostic plots to files.
save_plots(
results,
output_dir,
prefix = "empirical_dynamics",
format = c("png", "pdf"),
width = 8,
height = 6,
dpi = 300
)List of paths to created files.
Analysis results list.
Output directory (required, no default to comply with CRAN policy).
File name prefix.
Image format: "png", "pdf", "svg".
Plot width in inches.
Plot height in inches.
Resolution for raster formats.