A very limited R
package for mapping daily changes in the number of COVID-19 cases. It uses daily data from the Johns Hopkins University COVID-19 repository, and adapts code from Rami Krispin's coronavirus
package (which has a very nice interactive, global dashboard) and from several surrounding states. The focus of this is to highlight regional changes around a focal point, in this case Worcester, MA, the home of Clark University. It also tries to show county-level detail available in state datasets.
Last update: r lubridate::now()
figs <- c("vignettes/figures/caserate_map.png", "vignettes/figures/case_map.png") knitr::include_graphics(figs) knitr::include_graphics("vignettes/figures/statecases_daily.png") knitr::include_graphics("vignettes/figures/statecases_cumulative.png") knitr::include_graphics("vignettes/figures/statedeaths_daily.png") knitr::include_graphics("vignettes/figures/statedeaths_cumulative.png")
Update 6 July 2020:
Updates 6 April 2020:
Updates 26 March 2020:
Updates 23 March 2020:
If you want to see the vignette and plot using data from the most recent commit:
devtools::install_github(build_vignettes = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.