*.qts {squat} | R Documentation |
Operator *
for qts
Objects
Description
This function implements the pointwise quaternion Hamilton multiplication between two quaternion time series.
Usage
## S3 method for class 'qts'
x * rhs
Arguments
x |
An object of class |
rhs |
Either an object of class |
Value
An object of class qts
storing the multiplication of the two
inputs.
Examples
vespa64$igp[[1]] * vespa64$igp[[2]]
[Package squat version 0.3.0 Index]