Description Usage Arguments Value See Also
Given a dyadic motion object produced by make.fd
, along with a fixed lag, outputs a function mapping time points to lagged cosine of velocity vectors.
1 |
obj |
A dyadic motion object outputted by |
x0, y0, z0, x1, y1, z1 |
Functional data objects (see |
lag |
Lag for person 1 with respect to person 0. E.g., if lag=0.1, person 1 is assumed to lag behind person 0 by 0.1 second. |
A function that inputs a vector of times, and outputs the cosines between the two 3D velocity vectors at each of these times, at the given lag.
multilag
, which depends on this function.
Most users would probably use multilag
rather than calling cosfunc
directly.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.