activePaths: Find all active paths in a (partially) directed graph...

Description Usage Arguments Value

View source: R/dsep.R

Description

Find all active paths in a (partially) directed graph

Usage

1
activePaths(graph, node, nodeNames)

Arguments

graph

the graph either in one of the package graph classes, or of class bn or pcAlgo

node

the source node of the path (index not name)

nodeNames

optionally specify node names which can be used to return those instead of indicies

Value

a list of active paths with node as its source


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