getDescendants {SEMID}R Documentation

Get descendants of nodes in a graph.

Description

Gets the descendants of a collection of nodes in a graph (all nodes that can be reached by following directed edges from those nodes). Descendants DO include the nodes themselves.

Usage

getDescendants(g, nodes)

Arguments

g

the graph (as an igraph).

nodes

the nodes in the graph of which to get the descendants.

Value

a sorted vector of all descendants of nodes.


[Package SEMID version 0.4.1 Index]