ggmap icon indicating copy to clipboard operation
ggmap copied to clipboard

A package for plotting maps in R with ggplot2

Results 121 ggmap issues
Sort by recently updated
recently updated
newest added

Hi David, After doing most of the things mentioned in posts related to this issue I am still getting this error. My billing is enabled. I installed the latest ggmap...

Hello, I am recently using mapdist() to calculate the distances between some cities in Taiwan: ``` r library(ggmap) from Tainan 310 km Taipei > Kaohsiung 355 km However, when I...

## Reproducible Example ```r library(ggmap) register_google(key = as.character(GoogleAPIkey)) #rectangle map_1

Hi all. Thank you for such a great package! I was wondering if the `geocode` function could also return the geocoding accuracy of Google Maps API. Would that be possible?

Hello, The last line in my code coord_cartesian(xlim=c(-88.69621, -88.32439), ylim = c(17.20181, 17.56456)) is not compatible with the rest of my code. Not sure how to fix this problem. fire_map

Thanks for for this awesome package! I'm working on https://github.com/chircollab/chircollab20/issues/1 as part of Chicago R Collab. In this PR, I'd like to propose swapping out calls to `httr::GET()` etc. with...

## Reproducible Example The defaults for xpix and ypix are slightly different between the two conversion functions. One is 255 and the other 256. Was that intended? I think this...

https://github.com/r-lib/gargle is a toolkit for handling authentication with Google resources, and it provided features similar to your R/register_google.R With Gargle, you'd be able to drop a lot of the code...

I know this has cropped up in the past, but I'm still seeing some warping of the projection below zoom 10, depending on latitude it seems. ```r library(tigris) library(ggmap) library(sf)...

Hi, I'm teaching a course using Hadley Wickham's 'ggplot2' book, and in [the section on raster maps](https://ggplot2-book.org/maps.html#rastermaps), he uses the following code: ``` mi_counties % select(lon = long, lat, group,...