metadata
, data
and processingLog
.adv[["u1"]]
, where the string could also be "u2"
or
"u3"
for the other velocity components, or "heading"
,
"pitch"
or "roll"
for the instrument angles, or
"temperature"
for the temperature.}
show
method (e.g.
show(d)
) displays information about an ADV object named
d
.}
read.oce
will usually read the data. If not, one may use the
general ADV function read.adv
or specialized variants
read.adv.nortek
, read.adv.sontek.adr
or
read.adv.sontek.text
. ADV data may be plotted with plot.adv
function, which is a
generic function so it may be called simply as plot
.
Statistical summaries of ADV data are provided by the generic function
summary
, while briefer overviews are provided with show
.
Conversion from beam to xyz coordinates may be done with
beamToXyzAdv
, and from xyz to enu (east north up) may be done
with xyzToEnuAdv
. toEnuAdv
may be used to
transfer either beam or xyz to enu. Enu may be converted to other
coordinates (e.g. aligned with a coastline) with
enuToOtherAdv
.