type_par_pop_anything_quebec: Title

Description Usage Arguments Examples

View source: R/graph_quebec_cas_par_age.R

Description

Title

Usage

1
type_par_pop_anything_quebec(type, variable, hist_data = NULL)

Arguments

variable

genre "cas_totaux_quotidien" ou

groupe

défini par la fonction type... genre "groupe_age" ou "region"

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
type_par_pop_anything_quebec(type = region, variable = hos_quo_tot_m) %>% ggplot(aes(x = date_report, y = avg_hos_quo_tot_m_last7_per_1M)) +
  geom_line() +
  facet_wrap(~groupe)
 avg_XXX_last7
 total
 worst7
 last7
 ratio
 winning.
 group <--- qui est la même que le type (genre health_region ou groupe_age, mais réordonné en fonction du total de cas.... TODO: on ditche tu ça?

SimonCoulombe/covidtwitterbot documentation built on May 1, 2021, 6:50 a.m.