Learn R Programming

trajr (version 1.0.0)

TrajsStepLengths: Step lengths of multiple trajectories

Description

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

Usage

TrajsStepLengths(trjs)

Arguments

trjs

A list of Trajectory objects.

Value

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

Examples

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

Run the code above in your browser using DataLab