View source: R/qts-transformations.R
qts2rpyts | R Documentation |
This function converts a quaternion time series into its roll-pitch-yaw angles representation.
qts2rpyts(x)
x |
An object of class qts. |
A time series stored as a tibble::tibble with columns time
,
roll
, pitch
and yaw
containing the roll, pitch and yaw angles
representation of the input quaternions.
qts2rpyts(vespa64$igp[[1]])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.