Learn R Programming

trajr (version 1.5.1)

TrajsStepLengths: Step lengths of multiple trajectories

Description

Returns the lengths of all of the steps in a list of trajectories

Usage

TrajsStepLengths(trjs)

Value

A numeric vector containing the lengths of every step in every trajectory.

Arguments

trjs

A list of Trajectory objects.

Examples

Run this code
if (FALSE) {
trjs <- TrajsBuild(fileNames, scale = scale, units = "m")
# Print a summary about the step sizes across all trajectories
print(summary(TrajsStepLengths(trjs)))
}

Run the code above in your browser using DataLab