View source: R/vac_plot_goal.R
vac_plot_goal | R Documentation |
Plot Vaccination Totals Figure
vac_plot_goal(
data = coviData::vac_prep(coviData::read_vac(date = date)),
date = NULL,
n_goal = 0.7 * n_max,
n_max = 937166
)
data |
Vaccination date from |
date |
Date of file to pull; defaults to most recent |
n_goal |
Goal for number of people vaccinated |
n_max |
Maximum number of people (population size) |
A ggplot
object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.