Traj3DLength | R Documentation |
Calculates the cumulative length of a 3-dimensional trajectory, or a portion of a trajectory. The length is the total distance travelled along the trajectory.
Traj3DLength(trj3d, startIndex = 1, endIndex = nrow(trj3d))
trj3d |
3D trajectory whose length is to be calculated. |
startIndex |
Index of the starting point. |
endIndex |
Index of the ending point. |
Numeric length of the trajectory.
Traj3DFromCoords
, Traj3DStepLengths
, TrajLength
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.