TrajsStepLengths {trajr} | R Documentation |
Returns the lengths of all of the steps in a list of trajectories
TrajsStepLengths(trjs)
trjs |
A list of |
A numeric vector containing the lengths of every step in every trajectory.
## Not run:
trjs <- TrajsBuild(fileNames, scale = scale, units = "m")
# Print a summary about the step sizes across all trajectories
print(summary(TrajsStepLengths(trjs)))
## End(Not run)