Guest User

Untitled

a guest
Jan 22nd, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
R 0.27 KB | None | 0 0
  1. library(maps)
  2. library(mapdata)
  3. library(mapproj)
  4. proj <- "stereographic"
  5. orient <- c(-90,147.32,0)
  6. map("worldHires",projection=proj,orientation=orient,ylim=c(-90,-40))
  7. points(mapproject(147.32785,-42.901103,projection=proj,orientation=orient),
  8.        pch=16,col="red")
Add Comment
Please, Sign In to add comment