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