eeholmes / CoV19

Package for exploring the CoV-19 data
https://eeholmes.github.io/CoV19/
0 stars 1 forks source link

CoV19

Eli Holmes

This is a package for exploring some of the CoV-19 data. The world data is downloaded from JHU. The US data is downloaded from JHU and CovidTracking. The Italy data is downloaded from the Italian CDC (Protezione Civile)

Sources:

To install the package

library(devtools)
install_github(eeholmes/CoV19)

To get the data, type any of these on command line. After loading.

states
italy
world

Use head() to look at it. Should be pretty self-evident what it is.

Functions

Plots

library(CoV19)
plot2(italy, "Lomb", decorate=TRUE)

plot2(states, c("WA","CA"))

plot2(states, c("NY","NJ","PA","MA"))

Something is odd with the Hubei data in the JHU data set.

plot2(world, "Hubei China", decorate=TRUE)