Advertisement
Guest User

Untitled

a guest
Jul 31st, 2015
242
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. library(openstreetmap)
  2. map <- openmap(c(85,-179.99999),c(-60,179.99999), zoom=2, type = "osm")
  3. # - type="nps" is about the only type that looks okay because it has no labels
  4. map <- openproj(map)
  5. plot(map)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement