Learn R Programming

quickmapr (version 0.3.0)

f: Returns qmap object to original extent

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

f(qmap_obj = NULL)

Arguments

qmap_obj

a qmap_obj to restore

Examples

Run this code
# NOT RUN {
data(lake)
x<-qmap(list(lake,buffer,elev))
zi(x)
f(x)
# }

Run the code above in your browser using DataLab