Learn R Programming

ddgraph (version 1.16.0)

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

Description

Find all active paths in a (partially) directed graph

Usage

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