Extend and improve the existing show.parents method to filter by richer criteria such as minimum number of parents, number of children, v-structures, etc.
- Write a method for filtering:
filter.nodes that returns a list of filtered nodes
- Write a wrapper that calls
show.parents on the output of filter.nodes