Skip to contents

Visualize vaccine coverage by date of reporting and by WHO region(s), State region(s), or Income levels.

Usage

plot_vaxcurve(
  df,
  type = "partial",
  by_cat = "Dept. of State Region",
  countries = "All"
)

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)