An edge is not always a line

Nodes and edges are abstract concepts and can be visualized in a multitude of ways.

  • geom_edge_point()

Recall: adjacency matrix

ggraph(hs_graph, layout = "matrix", sort.by = node_rank_traveller()) + 
  geom_edge_point()