Rdocumentation
powered by
Learn R Programming
ddgraph (version 1.16.0)
blockingNodes: Find all such nodes in neighbourhood of source node that are blocking at least one active path leading to another node...
Description
Find all such nodes in neighbourhood of source node that are blocking at least one active path leading to another node
Usage
blockingNodes(allPaths, nodes)
Arguments
allPaths
a list of active paths from a source node (as produced by activePaths())
nodes
a vector of target nodes for which we are finding blocking nodes
Value