knitr::opts_chunk$set(echo = FALSE, fig.width=8, fig.height=8, message=FALSE, warning=FALSE)
library(CoV19)
#plot2(states, c("FL","LA","GA","MS")) plot4(states, c("FL","LA","GA","MS"))
plot4(states, c("SC","NC","VA","WV"))
plot4(states, c("NY"))
plot4(states, c("MA","NJ","PA","CT"))
plot4(states, c("MD","DC", "RI"))
plot4(states, c("VT","ME","NH"))
plot4(states, c("OH","IN","IL","MI"))
plot4(states, c("WI","MN","IA","MO"))
plot4(states, c("ND","SD","NE","KS"))
plot4(states, c("ID","WY","MT"))
plot4(states, c("AZ","UT","CO","NM"))
plot4(states, c("TX","OK","AR","LA"))
plot4(states, c("CA","OR","WA","NV"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.