powered by
data(topo2)
z
topoWorld
matrixSmooth
passes=2
library(oce) data(topo2) # Image with default axes imagep(topo2) x <- seq(.25, 358.25, 2) y <- seq(-89.75, 88.25, 2) # Coastline with sensible axes contour(x, y, topo2, level=0, drawlabels=FALSE)
Run the code above in your browser using DataLab