qts2dts {squat}R Documentation

QTS Transformation To Distance Time Series

Description

This function computes a real-valued time series reporting the pointwise geodesic distance between the two input QTS at each time point.

Usage

qts2dts(x, y)

Arguments

x

An object of class qts.

y

An object of class qts.

Details

The function currently expects that the two input QTS are evaluated on the same time grid.

Value

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.

Examples

qts2dts(vespa64$igp[[1]], vespa64$igp[[2]])

[Package squat version 0.3.0 Index]