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)An tbl_graph object
Expressions with the x and y positions of the nodes
Ignored
A data.frame with the columns x, y, circular as
well as any information stored as node variables in the tbl_graph.
Other layout_tbl_graph_*: layout_tbl_graph_auto,
layout_tbl_graph_backbone,
layout_tbl_graph_centrality,
layout_tbl_graph_circlepack,
layout_tbl_graph_dendrogram,
layout_tbl_graph_eigen,
layout_tbl_graph_fabric,
layout_tbl_graph_focus,
layout_tbl_graph_hive,
layout_tbl_graph_igraph,
layout_tbl_graph_linear,
layout_tbl_graph_matrix,
layout_tbl_graph_partition,
layout_tbl_graph_pmds,
layout_tbl_graph_stress,
layout_tbl_graph_treemap,
layout_tbl_graph_unrooted