Visualize vaccine coverage by date of reporting and by WHO region(s), State region(s), or Income levels.
Usage
plot_vaxcoverage_pop(
df,
type = c("People", "Fully", "Booster", "Pop18"),
by_cat = "State Region"
)
Arguments
- 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)