powered by
The length of timeLag must be the the track's length minus 1 and represents the time passed between the fix point acquisition
track.split.3d(track, timeLag, lag = NULL, tolerance = NULL)
track data.frame with x, y and z coordinates
a numeric vector with the time passed between the fix point acquisition
NULL or a manually chosen lag
NULL or a manually chosen tolerance
A list containing the splitted tracks.
# NOT RUN { track.split.3d( niclas, timeLag = rep(1, nrow(niclas) - 1) + rnorm(nrow(niclas) - 1, mean = 0, sd = 0.25) ) # }
Run the code above in your browser using DataLab