create_data/topo2/create_topo2.R

library(oce)
data(topoWorld)
coarse <- oce::decimate(topoWorld, by=4)
topo2 <- coarse[["z"]]
save(topo2, file="topo2.rda")
tools::resaveRdaFiles("topo2.rda")
dankelley/ocedata documentation built on Aug. 29, 2023, 9:50 p.m.