c19_oblasts: Plot oblast incidence (per 100K or raw), faceted (map) or...

Description Usage Arguments See Also

View source: R/c19_oblasts.R

Description

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

Usage

1
2
3
4
5
6
7
8
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

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


StanTraykov/c19bg documentation built on Nov. 2, 2021, 4:46 a.m.