[R] Zoom In/Out maps library

reichm@@j m@iii@g oii sbcgiob@i@@et reichm@@j m@iii@g oii sbcgiob@i@@et
Wed Mar 6 22:44:02 CET 2019


R Help

Anyone know if I can add a zoom In/Out function to the maps available via the "maps" library? Or do I need to use a different mapping library?

world.map <- map_data("world")

ggplot(data = world.map) +
  geom_polygon(mapping = aes(x=long, y=lat, group=group))

Jeff



More information about the R-help mailing list