track.split.3d {eRTG3D} | R Documentation |
This function splits the by outliers in the time lag.
Description
The length of timeLag must be the the track's length minus 1 and represents the time passed between the fix point acquisition
Usage
track.split.3d(track, timeLag, lag = NULL, tolerance = NULL)
Arguments
track |
track data.frame with x, y and z coordinates |
timeLag |
a numeric vector with the time passed between the fix point acquisition |
lag |
NULL or a manually chosen lag |
tolerance |
NULL or a manually chosen tolerance |
Value
A list containing the splitted tracks.
Examples
track.split.3d(
niclas,
timeLag = rep(1, nrow(niclas) - 1) + rnorm(nrow(niclas) - 1,
mean = 0,
sd = 0.25)
)
[Package eRTG3D version 0.7.0 Index]