Traj3DStepLengths | R Documentation |
Returns the lengths of each step in a 3-dimensional trajectory (or part of a trajectory).
Traj3DStepLengths(trj3d, startIndex = 1, endIndex = nrow(trj3d))
trj3d |
Trajectory to query. |
startIndex |
Index of the starting point. |
endIndex |
Index of the ending point. |
Vector of step lengths. The vector will have length 1 - TrajGetNCoords(trj3d)
.
Traj3DFromCoords
, Traj3DLength
, TrajStepLengths
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.