Recent Releases of orbweaver
orbweaver - orbweaver - 0.0.3
- Adds support for graphs of type
acyclic. - Adds methods
new_graph,add_child,add_nodeandclone_graphto build new graphs. - Allows
as_graphwith data.frames, to convert from a data.frame to a graph. - Adds method
find_rootsto find the roots of a graph. - Adds method
find_leavesto find the leaves of a graph. - Adds methods
get_childrenandget_parentsto find children and parents of a node. - Adds method
find_least_common_parentsto identify the highest level nodes on a selection. - Adds method
find_all_pathsto find all possible paths between two nodes. - Adds method
search_for_nodeto find nodes that have name / id matches. - Adds method
as.listto transform a graph to a list that is compatible with shinyTree.
- R
Published by andres-ixpantia over 2 years ago