## S3 method for class 'oce':
time(x, \dots)
oce
object.which
, as explained
in adv
objects: the times for the velocity observations are
returned as a vector of POSIX times.adp
objects: by default, the times of velocity
observations are returned. This is also the case ifwhich=1
is supplied in the...list. Ifwhich=2
is
supplied in the...list, the times at which heading was measured
are returned; for some instruments, these are not the same as the
velocity times.heading
, pitch
, roll
, and
velocity
.library(oce)
data(adp)
cat("the first time is:", format(time(adp)[1]), "")
Run the code above in your browser using DataLab