Learn R Programming

geomnet (version 0.3.1)

metro_map: Map of Washington DC Metro area

Description

A dataset containing information to draw a map of Rockville, MD, and vicinity using ggmap. This information was pulled from Google Maps using the ggmap package.

Usage

metro_map

Arguments

Format

An object of class "ggmap" and "raster" containing a map of the Rockville, MD, area.

References

D. Kahle and H. Wickham. ggmap: Spatial Visualization with ggplot2. The R Journal, 5(1), 144-161. https://journal.r-project.org/archive/2013-1/kahle-wickham.pdf

Examples

Run this code
# NOT RUN {
library(ggmap)
data(metro_map)
ggmap(metro_map)
# }

Run the code above in your browser using DataLab