differentiate | R Documentation |
This function computes the first derivative of quaternion time series with respect to time.
differentiate(x)
## S3 method for class 'qts'
differentiate(x)
## S3 method for class 'qts_sample'
differentiate(x)
x |
An object of class qts or qts_sample. |
An object of the same class as the input argument x
in which
quaternions measure the rotation to be applied to transform attitude at
previous time point to attitude at current time point.
differentiate(vespa64$igp[[1]])
differentiate(vespa64$igp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.