Skip to content

orbweaver - 0.0.3

Compare
Choose a tag to compare
@andres-ixpantia andres-ixpantia released this 24 Nov 20:19
· 80 commits to main since this release
40941c2
  • Adds support for graphs of type acyclic.
  • Adds methods new_graph, add_child, add_node and clone_graph to build new graphs.
  • Allows as_graph with data.frames, to convert from a data.frame to a graph.
  • Adds method find_roots to find the roots of a graph.
  • Adds method find_leaves to find the leaves of a graph.
  • Adds methods get_children and get_parents to find children and parents of a node.
  • Adds method find_least_common_parents to identify the highest level nodes on a selection.
  • Adds method find_all_paths to find all possible paths between two nodes.
  • Adds method search_for_node to find nodes that have name / id matches.
  • Adds method as.list to transform a graph to a list that is compatible with shinyTree.