covidPlotContagiousEach: covidPlotContagiousEach

View source: R/covidPlotContagiousEach.R

covidPlotContagiousEachR Documentation

covidPlotContagiousEach

Description

covidPlotContagiousEach

Usage

covidPlotContagiousEach(
  x,
  countylist = c("Montgomery County, Maryland",
    "District of Columbia, District of Columbia"),
  ndays,
  dayscontagious = 14,
  perx = 1e+05,
  digits = 3,
  crop_length_legend = 10,
  ...
)

Arguments

x

from covidDownload

countylist

vector of county names like "Montgomery County, Maryland" as found in unique fullname entries in covidDownload()

ndays

show only the last ndays days of data

dayscontagious

how many recent days of new cases to add together, as a way to approximate how many people are currently still contagious

perx

per how many people such as per 100 or per 100000

digits

controls number of significant digits in legend

crop_length_legend

how many characters to use of the place names in legend

...

passed to covidPlotContagious()


ejanalysis/covidcountyshinyapp documentation built on Aug. 31, 2022, 7:46 a.m.