ggmap
ggmap copied to clipboard
Change max to min in calc_zoom.r
When using max zoom the map from google frequently does not encompass all coordinates to plot. Better to use min (the smallest zoom calculated from lat and lon)
Before you open your PR
- [ ] Did you run R CMD CHECK?
- [ ] Did you run
roxygen2::roxygenise(".")
?
Thanks for contributing!