reorient | R Documentation |
This function reorients the quaternions in a QTS for representing attitude with respect to the orientation of the sensor at the first time point.
reorient(x, disable_normalization = FALSE)
## S3 method for class 'qts'
reorient(x, disable_normalization = FALSE)
## S3 method for class 'qts_sample'
reorient(x, disable_normalization = FALSE)
x |
An object of class qts or qts_sample. |
disable_normalization |
A boolean specifying whether quaternion
normalization should be disabled. Defaults to |
An object of the same class as the input argument x
in which
quaternions measure attitude with respect to the orientation of the sensor
at the first time point.
reorient(vespa64$igp[[1]])
reorient(vespa64$igp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.