R/geodezoom.R

Defines functions geodezoom

Documented in geodezoom

geodezoom <-
function()
{
	geopar <- getOption("geopar")
	if(as.character(geopar$command[length(geopar$command)]) == "123")
		com <- geopar$command[1:(length(geopar$command) - 1)]
	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.