Description Usage Arguments Examples
Approximates the track positions at given time points using linear interpolation
(via the approx
function).
1 | interpolateTrack(x, t, how = "linear")
|
x |
the input track (a matrix or data frame). |
t |
the times at which to approximate track positions. These must lie within the interval spanned by the track timepoints. |
how |
specifies how to perform the interpolation. Possible values are
|
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.