linear {emu} | R Documentation |
Performs linear time normalisation on trackdata.
linear(dataset, n=20)
dataset |
A trackdata object as returned by track .
|
n |
The number of points (samples) required for each segment. |
The data for each segment is normaised using the approx
function.
A new trackdata object where the data for each segment has the same
number (n
) of samples.
approx