TrajsStepLengths {trajr}R Documentation

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

## Not run: 
trjs <- TrajsBuild(fileNames, scale = scale, units = "m")
# Print a summary about the step sizes across all trajectories
print(summary(TrajsStepLengths(trjs)))

## End(Not run)


[Package trajr version 1.5.1 Index]