Skip to contents

Plot vaccination coverage (partial or fully) by WHO region(s), State region(s), or Income levels.

Usage

plot_vaxcoverage(
  df,
  type = c("People", "Fully", "Booster", "Pop18"),
  by_cat = c("State Region", "WHO Region", "Income Level"),
  plot = c("Vaccination", "Population")
)

Arguments

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.