test_map_rate: Plot Test Rates by ZIP Code for a Given Period

View source: R/test_map_rate.R

test_map_rateR Documentation

Plot Test Rates by ZIP Code for a Given Period

Description

Plot Test Rates by ZIP Code for a Given Period

Usage

test_map_rate(
  data = process_pcr(read_pcr(date = date)),
  days = 14L,
  lag = 5L,
  date = NULL
)

Arguments

data

Prepped case data

days

Number of days to consider

lag

Reporting lag

date

The download date of the data; defaults to most recent

Value

A ggplot object


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