Learn R Programming

SEMID (version 0.3.2)

descendants: Get descendants of a node

Description

Finds all descendants of a node, this DOES include the node itself (every node is considered a descendant of itself).

Usage

descendants(this, node)

# S3 method for MixedGraphFixedOrder descendants(this, node)

# S3 method for MixedGraph descendants(this, node)

Arguments

this

the mixed graph object

node

the node from which to get the descendants.