cm
.read.cm(file, from=1, to, by=1, tz=getOption("oceTz"),
type=c("s4"),
latitude=NA, longitude=NA,
debug=getOption("oceDebug"), monitor=FALSE, processingLog, ...)
as.POSIXct
(hint: use
tz="UTC"
).from
.by-1
measurements are skipped between each pair of profiles that is
read. This may not make much sense, if the data are not equiclass
"cm"
, which
contains measurements made with a current-meter device. For
information on data stored in the object, see cm-class
explains the structure of
CM objects, and also outlines the other functions dealing with them.library(oce)
cm <- read.oce("/data/archive/sleiwex/2008/moorings/m11/cm/interocean_0811786/manufacturer/cm_interocean_0811786.s4a.tab")
summary(cm)
plot(cm)
Run the code above in your browser using DataLab