plot_vaccinations: Plot Vaccination Goal

View source: R/deprecated.R

plot_vaccinationsR Documentation

Plot Vaccination Goal

Description

[Deprecated]

Usage

plot_vaccinations(
  data = coviData::vac_prep(coviData::read_vac(date = date)),
  date = NULL,
  n_vaccinated = NULL,
  n_first = NULL,
  n_second = NULL,
  n_goal = 7e+05,
  n_max = 937166,
  date_updated = NULL,
  resident_only = TRUE
)

Arguments

data

Vaccination date from vac_prep()

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)

Details

This function is deprecated. Please use the vac_plot_goal() function, which is now the backend for this function.

Value

A ggplot object


jesse-smith/covidReport documentation built on Aug. 3, 2024, 4:52 p.m.