Top "Ggmap" questions

A package for plotting maps in R with ggplot2

Plot coordinates on map

I am trying to plot my coordinates using R. I have tried already to follow different post (R: Plot grouped …

r google-maps maps coordinates ggmap
Getting a map with points, using ggmap and ggplot2

I want a map with points (and other geom_* layers) on it. I get the map, but instead of the …

r ggplot2 ggmap
Error in get_map using ggmap in R

About 90% of the time, when using get_map in ggmap, I get the following error. Can someone please tell me …

r ggmap
World map with ggmap

I am using ggmap and wish to have a map of the world centered on Australia to which I can …

r ggplot2 ggmap
Error: Aesthetics must be either length 1 or the same as the data (4)

I am working with ggmap. the goal is to plot coordinate points on the map and label the points with …

r ggplot2 ggmap geom-text
Plotting google map with ggplot in R

I am trying to plot Google map that is queried using RgoogleMaps package and combine it with ggplot. Ultimately, I …

r google-maps ggplot2 geocoding ggmap
Get Map with specified boundary coordinates

I want to get a map with RgoogleMaps from R, with a specific coordinates boundary. What I can call is …

r google-maps ggplot2 ggmap rgooglemaps
ggmap Error: GeomRasterAnn was built with an incompatible version of ggproto

I'm using ggmap, and got the error below: Error: GeomRasterAnn was built with an incompatible version of ggproto. Please reinstall …

r ggplot2 ggmap ggproto
Administrative regions map of a country with ggmap and ggplot2

I can make USA state level unemployment graph with the following code. library(XML) library(ggplot2) library(plyr) library(maps) …

r ggplot2 ggmap
Determining the distance between two ZIP codes (alternatives to mapdist)

I want to calculate the distance between approx. 100,000 different ZIP codes. I know about the mapdist function in the ggmap …

r google-maps-api-3 geospatial spatial ggmap