blockingNodes: Find all such nodes in neighbourhood of source node that are...

Description Usage Arguments Value

View source: R/dsep.R

Description

Find all such nodes in neighbourhood of source node that are blocking at least one active path leading to another node

Usage

1
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

a list with blocking nodes and minimal length to the target node: target node => blocked by => number of steps


ddgraph documentation built on Nov. 17, 2017, 10:50 a.m.