isSibling {SEMID} | R Documentation |
Are two nodes siblings?
isSibling(this, node1, node2, ...)
## S3 method for class 'MixedGraph'
isSibling(this, node1, node2, ...)
this |
the mixed graph object |
node1 |
a node |
node2 |
a second node |
... |
ignored. |
TRUE if the nodes are siblings in the graph, FALSE otherwise