You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* `plot2()` a basic plot of total, hospitalized, and deaths. First argument is a data object (states, italy, world or subset of these) and second argument is a region (can be partial). Use ?plot2 to read the help page.
# Example of Making Plots
```{r, message=FALSE, warning=FALSE}
library(CoV19)
plot2(italy, "Lomb", decorate=TRUE)
```
```{r, message=FALSE, warning=FALSE}
plot2(states, c("WA","CA"))
```
```{r, message=FALSE, warning=FALSE}
plot2(states, c("NY","NJ","PA","MA"))
```
Something is odd with the Hubei data in the JHU data set.