new.env出错(parent = environment(train_fun)):

时间:2017-06-01 05:42:14

标签: r ggmap

我想用ggmap来绘制今天美国的城市和这个错误

  

new.env中的错误(parent = environment(train_fun)):使用NULL   环境已经不存在了

输入

后生成

us <- c(left = -125, bottom = 25.75, right = -67, top = 49) 
map <-get_stamenmap(us, zoom = 5, maptype = "toner-lite") 
ggmap(map)

我该如何解决这个问题? THX。

0 个答案:

没有答案