R/mapmobility.R

Defines functions mapmobility

mapmobility <- function(date, username,...){
	mobility <- oh.mobility.read(date=date, username=username,...);
	maps::map("county", "california");
	lines(mobility$lo, mobility$la, type="l", col="red", lwd=10);
}

Try the Mobilize package in your browser

Any scripts or data that you put into this service are public.

Mobilize documentation built on May 30, 2017, 2:48 a.m.