# \donttest{
library(oce)
data(coastlineWorld)
mapPlot(coastlineWorld,
longitudelim = c(-80, 0), latitudelim = c(20, 50),
col = "lightgray", projection = "+proj=laea +lon_0=-35"
)
data(section)
mapPoints(section)
# }
Run the code above in your browser using DataLab