Learn R Programming

SEMID (version 0.3.2)

siblings: All siblings of a collection of nodes

Description

All siblings of a collection of nodes

Usage

siblings(this, nodes)

# S3 method for MixedGraphFixedOrder siblings(this, nodes)

# S3 method for MixedGraph siblings(this, nodes)

Arguments

this

the mixed graph object

nodes

a vector of nodes of which to find the siblings.

Value

a vector of all of the siblings.