Functions

Example of Making 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)