plot_vaxcoverage | R Documentation |
Plot vaccination coverage (partial or fully) by WHO region(s), State region(s), or Income levels.
plot_vaxcoverage(
df,
type = c("People", "Fully", "Booster", "Pop18"),
by_cat = c("State Region", "WHO Region", "Income Level"),
plot = c("Vaccination", "Population")
)
df |
A dataframe with vaccination stats. |
type |
= "People" (default) for people who received at least 1 does, "Fully" for people who completed the initial protocol, "Booster" for booster doses only, and "Pop18" for people people vaccinated in the vaccine eligible population |
by_cat |
= "State Region" (default), "WHO Region" or "Income Level" |
plot |
= "Vaccination" (default) to display bubble size based on total vaccine doses administered in each country, or "Population" to display plot bubble size based on population size of each country. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.