标签: 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。