# NOT RUN {
library(oce)
data(coastlineWorld)
par(mar=c(2, 2, 1, 1))
# In mapPlot() call, note axes and grid args, to
# prevent over-plotting of defaults.
mapPlot(coastlineWorld, type="l", projection="+proj=ortho",
axes=FALSE, grid=FALSE)
mapGrid(15, 15)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab