R/c19_oblasts.R
c19_oblasts_save.Rd
Saves the four oblasts plots (spaghetti / faceted versions of case counts and incidence per 100K).
c19_oblasts_save(...)
... | Passed export params: w (width), h (height), file_ext (".svg", ".png", ".jpg"; others may work as well). Rest passed to ggplot2, e.g. quality for JPEG output. |
---|
Other output funcs:
c19_eu_plots_save()
,
c19_heat_save()
,
c19_inkmagick()
,
c19_r_plot_save()
,
c19_save_all()
,
c19_var_plot_save()
if (FALSE) { c19_oblasts_save() # default is SVG c19_oblasts_save(file_ext = ".png", dpi = 300) }