Save the incidence heat map.

c19_heat_save(file_ext = ".png", h = 5.5, ...)

Arguments

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.

See also

Examples

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) }