Determines if a trek system exists in the mixed graph.
getTrekSystem(
this,
fromNodes,
toNodes,
avoidLeftNodes = integer(0),
avoidRightNodes = integer(0),
avoidLeftEdges = integer(0),
avoidRightEdges = integer(0),
...
)# S3 method for LatentDigraphFixedOrder
getTrekSystem(
this,
fromNodes,
toNodes,
avoidLeftNodes = integer(0),
avoidRightNodes = integer(0),
avoidLeftEdges = integer(0),
avoidRightEdges = integer(0),
...
)
# S3 method for LatentDigraph
getTrekSystem(
this,
fromNodes,
toNodes,
avoidLeftNodes = integer(0),
avoidRightNodes = integer(0),
avoidLeftEdges = integer(0),
avoidRightEdges = integer(0),
...
)
the graph object
the start nodes
the end nodes
a collection of nodes to avoid on the left
a collection of nodes to avoid on the right
a collection of edges between observed nodes in the graph that should not be used on any right hand side of any trek in the trek system.
a collection of edges between observed noes in the graph that should not be used on any right hand side of any trek in the trek system.
ignored