FindIdsOfConnectedNodesInSubgraph: find Ids of connected nodes in subgraph

Description Usage Arguments Value

View source: R/FindIdsOfConnectedNodesInSubgraph.r

Description

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

Usage

1
FindIdsOfConnectedNodesInSubgraph(idsOfConnectedNodes, subgraphOfConnectedNodes)

Arguments

idsOfConnectedNodes

a list of connected nodes in the full graph

subgraphOfConnectedNodes

a subgraph

Value

a list of connected nodes in the subgraph


CausalR documentation built on Nov. 8, 2020, 5:25 p.m.