path.slopes {fsbrain} | R Documentation |
Compute slopes of paths relative to axes.
Description
Compute slopes of paths relative to axes.
Usage
path.slopes(coords_list, return_angles = FALSE)
Arguments
coords_list |
list of |
return_angles |
logical, whether to return angles instead of slopes. Angles are returned in degrees, and will range from |
Value
m
x 3 matrix, each row corresponds to a path and describes the 3 slopes of the path against the 3 planes/ x, y, and z axes (in that order).
[Package fsbrain version 0.5.5 Index]