Rdocumentation
powered by
Learn R Programming
emuR (version 0.1.7)
linear: Perform linear time normalisation on trackdata.
Description
Performs linear time normalisation on trackdata.
Usage
linear(dataset, n = 20)
Arguments
dataset
A trackdata object as returned by
track
.
n
The number of points (samples) required for each segment.
Value
A new trackdata object where the data for each segment has the same number (
n
) of samples.
Details
The data for each segment is normaised using the
approx
function.
See Also
approx