ze: Zooms in on extent

Description Usage Arguments Examples

View source: R/ze.R

Description

Select a bounding box interactively and zoom to that extent. Works on an existing qmap object. Simply pass that object to ze(). A single zoom in to the selected extent results and the extent of the qmap object is changed.

Usage

1
ze(qmap_obj = NULL, extent = NULL)

Arguments

qmap_obj

A qmap object. Optional, but performs better with larger data sets.

extent

A Spatial* object to specify extent to zoom into.

Examples

1
2
3
4
5
6
## Not run: 
data(lake)
qmap(list(lake,buffer,elev))
ze()

## End(Not run)

quickmapr documentation built on May 2, 2019, 3:29 p.m.