graph_ graph()
graph_
graph()
An R6 representation of a graph data structure.
graphNode_ graphNode()
graphNode_
graphNode()
An R6 representation of a node for a graph data structure.
graphTraversalStrategy graphBFSTraversalStrategy
graphTraversalStrategy
graphBFSTraversalStrategy
An R6 representation of a graph traversal strategy.
graphrunner
Graphrunner is a directed graph task execution engine
is.graph()
Check whether an R object is a graph object
is.graphNode()
Check whether an R object is a graphNode object