covidPlotBarNow: covidPlotBarNow

View source: R/covidPlotBarNow.R

covidPlotBarNowR Documentation

covidPlotBarNow

Description

covidPlotBarNow

Usage

covidPlotBarNow(
  x,
  asofhere,
  horiz = FALSE,
  n = 15,
  noworever = "ever",
  dayscontagious = 14,
  inapp = TRUE,
  ...
)

Arguments

x

from covidDownload

asofhere

date to look at, optional

horiz

controls whether barplot is vertical or horizontal, optional

n

how many places, the worst n, optional

noworever

worst cumulatively for all past days (ever) or worst now (cum cases for the past dayscontagious only)

dayscontagious

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

inapp

optional, related to formatting in browser vs RStudio interactive window

...

passed to barplot


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