# NOT RUN {
library(oce)
if (requireNamespace("ocedata", quietly=TRUE)) {
data(coastlineWorldFine, package='ocedata')
HfxLon <- -63.5752
HfxLat <- 44.6488
mapPlot(coastlineWorldFine, proj='+proj=merc',
longitudelim=HfxLon+c(-2,2), latitudelim=HfxLat+c(-2,2),
col='lightgrey')
mapCoordinateSystem(HfxLon, HfxLat, phi=45, length=0.05)
}
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab