View source: R/qts-transformations.R
qts2ats | R Documentation |
This function computes a univariate time series representing the angle between the first and other attitudes.
qts2ats(x, disable_normalization = FALSE)
x |
An object of class qts. |
disable_normalization |
A boolean specifying whether quaternion
normalization should be disabled. Defaults to |
A time series stored as a tibble::tibble with columns time
and
angle
in which angle
measures the angle between the current rotation
and the first one.
qts2ats(vespa64$igp[[1]])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.