View source: R/vis_dti_tracks.R
track.length | R Documentation |
Compute the total length of a path given by the coordinates of its points.
track.length(point_coords)
point_coords |
n x 3 numerical matrix of 3D point coordinates, in the order of traversal. |
float, the sum of the length of all segments of the path.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.