Returns all children of the collection (does not necessarily include the input nodes themselves unless they are parents of one another).
children(this, nodes, ...)# S3 method for LatentDigraphFixedOrder
children(this, nodes, includeObserved = T, includeLatents = T, ...)
# S3 method for LatentDigraph
children(this, nodes, includeObserved = T, includeLatents = T, ...)
# S3 method for MixedGraph
children(this, nodes, ...)
the observed children
the graph object.
nodes the nodes of which to find the children
ignored.
if TRUE includes observed nodes in the returned set.
if TRUE includes latent nodes in the returned set.