# NOT RUN {
library(oce)
data(coastlineWorld)
par(mar=c(2, 2, 3, 1))
lonlim <- c(-180, 180)
latlim <- c(60, 120)
mapPlot(coastlineWorld, projection="+proj=stere +lat_0=90",
longitudelim=lonlim, latitudelim=latlim,
grid=FALSE)
mapGrid(15, 15, polarCircle=1/2)
mapAxis()
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab