flc {fsbrain} | R Documentation |
Given a list of path coordinates, create matrix containing only the first and last point of each path.
Description
Given a list of path coordinates, create matrix containing only the first and last point of each path.
Usage
flc(coords_list)
Arguments
coords_list |
list of |
Value
m x 6 numeric matrix, containing the first and last point of a path per row (two 3D xyz-coords, so 6 values per row).
[Package fsbrain version 0.5.5 Index]