mb {einet} | R Documentation |
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))
graph |
igraph or matrix object. |
nodes |
Numeric vector of vertices. |
A list
of node descendants, parents, and neighbors.