This layout function lets you pass the node positions in manually. The supplied positions must match the order of the nodes in the tbl_graph

layout_tbl_graph_manual(graph, x, y, circular)

Arguments

graph

An tbl_graph object

x, y

Expressions with the x and y positions of the nodes

circular

Ignored

Value

A data.frame with the columns x, y, circular as well as any information stored as node variables in the tbl_graph.