powered by
Finds the neighbors of a given node, v.
v
find.neighbors(Adj, v)
Integers designating node indices of the adjacency matrix for the neighbors of v.
Adjacency matrix
Node to find the neighbors of.
Andrew Kramer
Alexander Mercier
Intended as internal function.