Skip to contents

Adds an edge from one node to another in a a directed graph builder.

Usage

add_edge(graph_builder, from, to)

Arguments

graph_builder

A graph builder_object

from

The from node.

to

The to node.

Value

The updated graph builder object