connect_nodes: Create a connection between nodes

Description Usage Arguments Value

View source: R/connect_nodes.R

Description

Create a connection between two different nodes in the graph space.

Usage

1
connect_nodes(graph, from, to)

Arguments

graph

a graph object of class dgr_graph that is created using create_graph.

from

the node from which a connection will initiate.

to

the node to which a connection will terminate.

Value

a graph object of class dgr_graph.


rich-iannone/graphical documentation built on May 27, 2019, 7:58 a.m.