f: Returns qmap object to original extent

Description Usage Arguments Examples

View source: R/f.R

Description

Allows for restoring map to original extent. The inital map is replayed and the map extent of the object is reset to match the current display.

Usage

1
f(qmap_obj = NULL)

Arguments

qmap_obj

a qmap_obj to restore

Examples

1
2
3
4
5
6
7
## Not run: 
data(lake)
x<-qmap(list(lake,buffer,elev))
zi(x)
f(x)

## End(Not run)

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