After I install rnoaa
packages, my ggmap
package is not working. I couldn't even do the simple example:
>library(ggmap)
>qmap(location = "boston university")
Error in get("f", environment(CoordMap$train)) : object 'f' not found
Does anyone have the same problem? Thank you!
ggmap
help page for theget_map
function doesn't work:map <- get_map(location = "texas", zoom = 6, source = "stamen")
.ggmap(map, fullpage = TRUE)
– Gibeonite