# NOT RUN {
# open a world map and click on two spots to print the extent to the console
FindExtent()
# you can get the corresponding extent object too
ext <- FindExtent()
ext
# you can zoom in on an area and increase the resolution, and precision of
# the extent vector
FindExtent(c(112, 156, -44, -8),
resolution = "medium",
round = 6)
# }
Run the code above in your browser using DataLab