R/c19_oblasts.R
c19_oblasts.Rd
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") )
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 |
Other plot funcs:
c19_deaths_age()
,
c19_deaths_factor()
,
c19_deaths_map()
,
c19_deaths_total()
,
c19_eu_weekly()
,
c19_heat()
,
c19_r_plot()
,
c19_var_plot()