TrajMeanVelocity: Trajectory mean velocity

View source: R/query.R

TrajMeanVelocityR Documentation

Trajectory mean velocity

Description

Calculates the mean or net velocity of a trajectory (or a portion of a trajectory). This is the velocity from the start point to the end point, ignoring the path that was taken.

Usage

TrajMeanVelocity(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

TrajGetTimeUnits


JimMcL/trajr documentation built on Jan. 31, 2024, 12:57 a.m.