Generate a Preset Plot or Retrieve Plot Metadata
digest_plot.RdThis function generates a ggplot object for a specified plot key and country ISO3 code,
or returns the plot's metadata if iso is NULL.
Arguments
- key
Character. The plot key identifying which plot to generate. Must correspond to a function named
plot_<key>in theamerdigestpackage.- iso
Character or NULL. ISO3 country code for which to generate the plot. If
NULL, the function returns plot metadata instead of a plot.- ...
Additional arguments passed to the plot generating function.

