
Last chance! 50% off unlimited learning
Sale ends in
data(topo2)
z
entry in the
topoWorld
data, smoothed with matrixSmooth
with
passes=2
, and then subsetted to 2 degrees of latitude and
longitude.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