r ggmaps仅加载地图的四分之一
使用ggmap制作湖泊地图。所有代码都可以使用,但结果仅显示了地图的四分之一。
我正在使用:
bbox<-c(left=152.4583,bottom=-32.4009, right=152.5347,top=-32.3672)
Smiths_lake<-get_stamenmap(bbox=bbox,zoom=14)
ggmap(Smiths_lake)
如何解决此问题?
Using ggmap to make a map of a lake. All the code works but the results only show a quarter of the map.
I'm using:
bbox<-c(left=152.4583,bottom=-32.4009, right=152.5347,top=-32.3672)
Smiths_lake<-get_stamenmap(bbox=bbox,zoom=14)
ggmap(Smiths_lake)
How can I fix this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论