R/geozoom.R

Defines functions geozoom

Documented in geozoom

geozoom <-
function()
{
	geopar <- getOption("geopar")
	if(as.character(geopar$command[length(geopar$command)]) != "123")
		com <- c(geopar$command, zoom = 123)
	else com <- geopar$command
	eval(com)
}

Try the geo package in your browser

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

geo documentation built on May 2, 2019, 5:22 p.m.