View source: R/stillcontagious_percap_bycounty.R
stillcontagious_percap_bycounty | R Documentation |
Calculate cumulative recent new cases per capita for each place
stillcontagious_percap_bycounty( date, new, countyname, pop, dayscontagious = 14 )
date |
dates (not necessarily sorted) |
new |
new cases per day for given place and date |
countyname |
place names (defining subsets within each of which the running cum recent totals are gotten) |
pop |
population count for given place |
dayscontagious |
how many recent days of new cases to add up |
na
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.