Finds all the ancestors of a collection of nodes. These ancestors DO include the nodes themselves (every node is considered an ancestor of itself).
ancestors(this, nodes)# S3 method for MixedGraphFixedOrder
ancestors(this, nodes)
# S3 method for MixedGraph
ancestors(this, nodes)
the mixed graph object
the nodes from which to find all ancestors