Combining choropleth made in ggplot and ggmap
问题 Created a choropleth using ggplot2. Here's the ggplot code okc <- ggplot() + geom_polygon(data = mapdata, aes(x = long, y = lat, group = group, fill = B19013_001), color = "black", size = 0.5)+ scale_fill_distiller(palette = "Reds", labels = comma, breaks = pretty_breaks(n = 10), values = c(1,0)) + guides(fill = guide_legend(reverse = TRUE)) + theme_nothing(legend = TRUE) + ggtitle('Map of 40109') Here's a sample of the data from mapdata: long lat order hole piece group id 1 -97.54285 35