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
node
the node from which to get the descendants.