plot_vac_age | R Documentation |
plot_vac_age(
.data = coviData::vac_prep(coviData::read_vac()),
pct = TRUE,
by_pop = TRUE,
incl_under_15 = FALSE,
incl_under_12 = incl_under_15
)
.data |
Vaccination data, as created by
|
pct |
Deprecated. |
by_pop |
Should the resulting graphic be calculated using age group
population statistics ( |
incl_under_15 |
Deprecated. |
incl_under_12 |
Should the age group |
This function is deprecated. Please use the
vac_plot_age()
function, which is now
the backend for this function.
A ggplot
object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.