Output files will be located in c19bg/plots/save under current working directory. Downloaded and calculated data will be stored in c19bg/data.
c19_save_all( file_ext = ".svg", dpi = 125, funs = c("c19_var_plot_save", "c19_heat_save", "c19_oblasts_save", "c19_eu_plots_save", "c19_r_plot_save"), dl = TRUE, rl = TRUE, ... )
file_ext | extension (e.g. ".svg", ".png", ".jpg") |
---|---|
dpi | dots per inch |
funs | functions to call (default: all) |
dl | whether to refresh all data sets from the Internet |
rl | whether to refresh all data sets from disk |
... | passed to individual save functions |
Other output funcs:
c19_eu_plots_save()
,
c19_heat_save()
,
c19_inkmagick()
,
c19_oblasts_save()
,
c19_r_plot_save()
,
c19_var_plot_save()
if (FALSE) { c19_save_all() # default is ".svg" c19_save_all(file_ext = ".png") c19_save_all(file_ext = ".jpg", quality = 100) c19_save_all(file_ext = ".jpg", w = 10, h = 10, dpi = 200) #2000x2000px c19_save_all(file_ext = ".png", dpi = 300) }