Plot incidence/100K heat map along age bands.

c19_heat(
  wday = "Monday",
  wrate = FALSE,
  first_wk = 1,
  country_data = c19_bg_data(),
  nsi_data = c19_nsi_data()
)

Arguments

wday

weekday to right-align sums to ("Monday", "Tuesday", "Today", etc.)

wrate

whether to plot weekly growth rates (percentages) instead of incidence

first_wk

first week in 2020 to plot

country_data

country data

nsi_data

nsi data

See also