beamName {oce} | R Documentation |
Name a beam for an acoustic-doppler device, adjusting for beam number and for coordinate system.
beamName(x, which)
x |
an acoustic-doppler object, inheriting from class
|
which |
an integer indicating beam number. |
A character string containing a reasonable name for the beam, of
the form "beam 1"
, etc., for beam coordinates, "east"
,
etc. for enu coordinates, "u"
, etc. for "xyz"
, or
"u'"
, etc., for "other"
coordinates. The coordinate is
determined by x@metadata$oce.coordinate
.
Dan Kelley
This is used by read.oce
.