powered by
Get the getAncestors of a collection of nodes in a graph g, the getAncestors DO include the the nodes themselves.
getAncestors(g, nodes)
a sorted vector of all ancestor nodes.
the graph (as an igraph).
the nodes in the graph of which to get the getAncestors.