Description Usage Arguments Examples
illustrate joint behavior of mobility data and COVID-19 incidence over time in states
1 | plot_sync_mob(state = "California", shift = 0)
|
state |
character(1) capitalized |
shift |
numeric(1) optional, would add a trace if > 0 |
1 2 3 4 5 6 7 | op = par(no.readonly=TRUE)
par(mfrow=c(2,2), mar=c(4,3,3,2))
plot_sync_mob()
plot_sync_mob("New York")
plot_sync_mob("Massachusetts")
plot_sync_mob("Texas")
par(op)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.