Save the incidence heat map.
c19_heat_save(file_ext = ".png", h = 5.5, ...)
file_ext | file extension (e.g. ".png", ".jpg"). ".svg" gets changed to ".png" currently as the SVG output is unsatisfactory. |
---|---|
h | height in inches |
... | Passed export params, incl. w (width). Rest passed to ggplot2, e.g. dpi, quality for JPEG output. |
Other output funcs:
c19_eu_plots_save()
,
c19_inkmagick()
,
c19_oblasts_save()
,
c19_r_plot_save()
,
c19_save_all()
,
c19_var_plot_save()
if (FALSE) { c19_heat_save() # default is png for screen reading c19_heat_save(dpi = 300) # e.g. for print c19_heat_save(file_ext = ".jpg", w = 12, h = 4.5, dpi = 125, quality = 100) }