normalize | R Documentation |
This function ensures that all quaternions in the time series are unit quaternions.
normalize(x)
## S3 method for class 'qts'
normalize(x)
## S3 method for class 'qts_sample'
normalize(x)
x |
An object of class qts or qts_sample. |
An object of the same class as the input argument x
in which
quaternions are unit quaternions.
normalize(vespa64$igp[[1]])
normalize(vespa64$igp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.