Faceting

  • facet_nodes()
  • facet_edges()
  • facet_graph()
ggraph(hs_graph, layout = "stress") + 
  geom_edge_link() + 
  geom_node_point() + 
  facet_edges(~year)

This is very useful for e.g. multilayer networks!