View source: R/qts-transformations.R
qts2dts | R Documentation |
This function computes a real-valued time series reporting the pointwise geodesic distance between the two input QTS at each time point.
qts2dts(x, y)
x |
An object of class qts. |
y |
An object of class qts. |
The function currently expects that the two input QTS are evaluated on the same time grid.
A time series stored as a tibble::tibble with columns time
and
distance
in which distance
measures the angular distance between the
quaternions of both input QTS at a given time point.
qts2dts(vespa64$igp[[1]], vespa64$igp[[2]])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.