isSibling: Are two nodes siblings?

View source: R/MixedGraph.R

isSiblingR Documentation

Are two nodes siblings?

Description

Are two nodes siblings?

Usage

isSibling(this, node1, node2, ...)

## S3 method for class 'MixedGraph'
isSibling(this, node1, node2, ...)

Arguments

this

the mixed graph object

node1

a node

node2

a second node

...

ignored.

Value

TRUE if the nodes are siblings in the graph, FALSE otherwise


Lucaweihs/SEMID documentation built on July 22, 2023, 7:49 a.m.