Learn R Programming

geospatialsuite (version 0.1.1)

save_plot_to_file: Save plot to file with error handling

Description

Save plot to file with error handling

Usage

save_plot_to_file(
  plot_function,
  output_file,
  verbose,
  width = 1200,
  height = 800
)

Arguments