You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that it's not possible to facet_wrap() a ggmap() object with free scales, so that each facet is essentially "zoomed in" on the relevant part of the map. In my use case, this is relevant for wanting to show spatial locations of sites nested within disparate regions. Is it possible to include this feature in ggmap, or otherwise, are there any workarounds? The issue I'm running into with get_stadiamap() is that I don't know how to create square maps. If I could somehow fix the aspect ratio of each map, I could use patchwork or similar to make a combined plot.
Thanks!
Matt
The text was updated successfully, but these errors were encountered:
Hi,
I noticed that it's not possible to
facet_wrap()
aggmap()
object with free scales, so that each facet is essentially "zoomed in" on the relevant part of the map. In my use case, this is relevant for wanting to show spatial locations of sites nested within disparate regions. Is it possible to include this feature in ggmap, or otherwise, are there any workarounds? The issue I'm running into withget_stadiamap()
is that I don't know how to create square maps. If I could somehow fix the aspect ratio of each map, I could use patchwork or similar to make a combined plot.Thanks!
Matt
The text was updated successfully, but these errors were encountered: