TrajDuration {trajr} | R Documentation |
Trajectory duration
Description
Calculates the temporal duration of a trajectory (or a portion of a trajectory).
Usage
TrajDuration(trj, startIndex = 1, endIndex = nrow(trj))
Arguments
trj |
Trajectory whose duration is to be calculated. |
startIndex |
Index of the starting point. |
endIndex |
Index of the ending point. |
Value
Numeric duration of the trajectory, in time units.
See Also
[Package trajr version 1.5.1 Index]