Plot oblast incidence (per 100K or raw), faceted (map) or lumped ("spaghetti plot").

c19_oblasts(
  incid_100k,
  facet = TRUE,
  days = 7,
  country_data = c19_bg_data(),
  nsi_data = c19_nsi_data(),
  first_facet_date = as.Date("2020-10-01")
)

Arguments

incid_100k

whether to plot raw incidence (case counts) or per 100K

facet

whether to facet plot (individual plots on BG map)

days

incidence over how many days

country_data

country data

nsi_data

nsi data

first_facet_date

starting date for facet plots

See also