plot_vaxcoverage_pop | R Documentation |
Visualize vaccine coverage by date of reporting and by WHO region(s), State region(s), or Income levels.
plot_vaxcoverage_pop(
df,
type = c("People", "Fully", "Booster", "Pop18"),
by_cat = "State Region"
)
df |
A dataframe with the following: date, people_vaccinated_per_hundred or people_fully_vaccinated_per_hundred, and one of these columns for by_cat: who_region, state_region, or incomelevel_value. |
type |
= "partial" (default) for partial vaccinated or "full" for fully vaccinated |
by_cat |
= "State Region" (default), "WHO Region" or "Income Level" |
countries |
= "All" (default) for all countries or "AMC/AU" for AMC/AU countries (n=100) |
NOTE: Deprecated in favor of just using plot_vaxcoverage
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.