Saves the four oblasts plots (spaghetti / faceted versions of case counts and incidence per 100K).

c19_oblasts_save(...)

Arguments

...

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.

See also

Examples

if (FALSE) { c19_oblasts_save() # default is SVG c19_oblasts_save(file_ext = ".png", dpi = 300) }