find.neighbors {simplifyNet} | R Documentation |
Finds the neighbors of a given node, v
.
find.neighbors(Adj, v)
Adj |
Adjacency matrix |
v |
Node to find the neighbors of. |
Intended as internal function.
Integers designating node indices of the adjacency matrix for the neighbors of v
.
Andrew Kramer
Alexander Mercier