get_connected_nodes | R Documentation |
Returns all the node connected directly or indirectly to a set of nodes
get_connected_nodes(adj_list, nodes)
adj_list |
The network represented as an adjacency list |
nodes |
A set of nodes |
A vector of nodes indexes that are connected together with the ones
provided in the nodes
argument. The nodes
themselves are not
listed in this output
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.