vertex.coords {fsbrain} | R Documentation |
Return coordinates for vertices, supporting entire brain via hemilist.
Description
Return coordinates for vertices, supporting entire brain via hemilist.
Usage
vertex.coords(surface, vertices)
Arguments
surface |
an fs.surface instance, see |
vertices |
vector of positive integers, the vertex indices. Values which are outside of the valid indices for the surface will be silently ignored, making it easier to work with the two hemispheres. |
Value
double nx3 matrix of vertex coordinates.
See Also
Other 3d utility functions:
highlight.points.spheres()
,
highlight.vertices.spheres()
[Package fsbrain version 0.5.5 Index]