FindIdsOfConnectedNodesInSubgraph {CausalR} | R Documentation |
Adds the IDs of the connected nodes in a subgraph to an existing list. Given the IDs of connected nodes in the full network, this function will find the corresponding IDs in the subgraph
FindIdsOfConnectedNodesInSubgraph(idsOfConnectedNodes, subgraphOfConnectedNodes)
idsOfConnectedNodes |
a list of connected nodes in the full graph |
subgraphOfConnectedNodes |
a subgraph |
a list of connected nodes in the subgraph