create_data/check_summaries.R

library(oce)

## below constructed from the files in oce/data
names <- c("adp", "adv", "argo", "cm", "coastlineWorld", "colors", "ctd",
           "ctdRaw", "echosounder", "landsat", "lisst", "lobo", "met", "rsk",
           "sealevel", "sealevelTuktoyaktuk", "section", "tidedata",
           "topoWorld", "wind")
for (name in names) {
    data(list=name)
    x <- get(name)
    summary(x)
}
dankelley/oce documentation built on May 8, 2024, 10:46 p.m.