plotEpiData: Plot COVID-19 data of interest

View source: R/plotEpiData.R

plotEpiDataR Documentation

Plot COVID-19 data of interest

Description

Plot a metric of interest using up-to-date COVID-19 data from outbreak.info for location(s) of interest (World Bank region, country, state/province, metropolitan area, county).

Usage

plotEpiData(locations, variable)

Arguments

locations

a vector or list of location names

variable

metric to plot

Value

ggplot2 object

Examples

p = plotEpiData("Florida", "confirmed_per_100k")
show(p)


outbreak-info/R-outbreak-info documentation built on March 2, 2023, 9:58 a.m.