adv.enu2other {oce} | R Documentation |
Convert ADV velocity components from an enu-based coordinate system to another system, perhaps to align axes with the coastline.
adv.enu2other(x, heading=0, pitch=0, roll=0)
x |
an object of class "adv" . |
heading |
angle, in degrees, to be added to the heading. |
pitch |
angle to be added to the pitch. |
roll |
angle to be added to the roll. |
The value of x$metadata$oce.coordinate
is set to
"other"
to indicate this change in coordinate system.
Dan Kelley
See read.adv
for notes on functions relating to
"adv"
objects.