
Returns the lengths of all of the steps in a list of trajectories
TrajsStepLengths(trjs)
A numeric vector containing the lengths of every step in every trajectory.
A list of Trajectory
objects.
if (FALSE) {
trjs <- TrajsBuild(fileNames, scale = scale, units = "m")
# Print a summary about the step sizes across all trajectories
print(summary(TrajsStepLengths(trjs)))
}
Run the code above in your browser using DataLab