plot_sync_mob: illustrate joint behavior of mobility data and COVID-19...

Description Usage Arguments Examples

View source: R/mob.R

Description

illustrate joint behavior of mobility data and COVID-19 incidence over time in states

Usage

1
plot_sync_mob(state = "California", shift = 0)

Arguments

state

character(1) capitalized

shift

numeric(1) optional, would add a trace if > 0

Examples

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)

vjcitn/sars2app documentation built on Jan. 3, 2022, 12:19 a.m.