Given a graph and a specified vector
of internal node(s), returns
the parents, the children, and the parents of the children of the
internal node(s).
mb(graph, nodes = igraph::V(graph))
igraph or matrix object.
Numeric vector of vertices.
A list
of node descendants, parents, and neighbors.