cm
.read.cm(file, from=1, to, by=1, tz=getOption("oceTz"),
type=c("s4"),
latitude=NA, longitude=NA,
debug=getOption("oceDebug"), monitor=TRUE, history, ...)
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
may be plotted with
plot.cm
or summarized with summary.cm
.library(oce)
cm <- read.oce("cm_interocean_0811786.s4a.tab")
summary(cm)
plot(cm)
Run the code above in your browser using DataLab