find.neighbors | 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.