trav_out {DiagrammeR} | R Documentation |
From a graph object of class dgr_graph
move outward
from one or more nodes present in a selection to other nodes, replacing
the current nodes in the selection with those nodes traversed to.
trav_out(graph, node_attr = NULL, match = NULL)
graph |
a graph object of class |
node_attr |
an optional character vector of node attribute values for filtering the node ID values returned. |
match |
an option to provide a logical expression with a comparison
operator ( |
a graph object of class dgr_graph
.