vert_adjacency {ciftiTools} | R Documentation |
Vertex Adjacency Matrix
Description
Make adjacency matrix between two sets of vertices on the same mesh.
Usage
vert_adjacency(faces, v1, v2 = NULL)
Arguments
faces |
An |
v1 , v2 |
The first and second set of vertices. These are logical vectors
the same length as |
Value
Adjacency matrix
[Package ciftiTools version 0.17.4 Index]