covidPlotTrendNewEachPlace: covidPlotTrendNewEachPlace

View source: R/covidPlotTrendNewEachPlace.R

covidPlotTrendNewEachPlaceR Documentation

covidPlotTrendNewEachPlace

Description

covidPlotTrendNewEachPlace

Usage

covidPlotTrendNewEachPlace(
  x,
  countylist = c("Montgomery County, Maryland",
    "District of Columbia, District of Columbia"),
  averagingtime = 3,
  smoothspan,
  ndays,
  lastn = 14,
  percap = TRUE,
  ...
)

Arguments

x

from covidDownload

countylist

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

averagingtime

how many days to include in the running average

smoothspan

parameter controlling how localized or smoothed the loess curve should be

ndays

show only the last ndays days of data

lastn

how many days to use in fitting line to a few recent days

percap

should it show per capita or total counts

...

passed to plot()


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