# NOT RUN {
library(oce)
data(coastlineWorld)
par(mar=c(2, 2, 1, 1))
lonlim <- c(-180, 180)
latlim <- c(70, 110)
# In mapPlot() call, note axes and grid args, to
# prevent over-plotting of defaults. Some adjustments
# might be required to the mapGrid() arguments, to
# get agreement with the axis. This is why both
# mapGrid() and mapAxis() are best avoided; it is
# simpler to let mapPlot() handle these things.
mapPlot(coastlineWorld, projection="+proj=stere +lat_0=90",
longitudelim=lonlim, latitudelim=latlim,
col="tan", axes=FALSE, grid=FALSE)
mapGrid(15, 15)
mapAxis(axisStyle=5)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab