View source: R/LatentDigraph.R
| children | R Documentation | 
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 class 'LatentDigraphFixedOrder'
children(this, nodes, includeObserved = T, includeLatents = T, ...)
## S3 method for class 'LatentDigraph'
children(this, nodes, includeObserved = T, includeLatents = T, ...)
## S3 method for class 'MixedGraph'
children(this, nodes, ...)
| this | the graph object. | 
| nodes | nodes the nodes of which to find the children | 
| ... | ignored. | 
| includeObserved | if TRUE includes observed nodes in the returned set. | 
| includeLatents | if TRUE includes latent nodes in the returned set. | 
the observed children
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.