Visualizing graph/network with 3 layeres (tripartite) in R/igraph
问题 I have a "layered" network, with 3 layers, let's say parents(P), children(C), grandchildren(G). The edges are always directed and towards a younger generation (either patent->child, child->grandchild or parent->grandchild). No edges between vertices in the same generation. The graph is represented by 3 edge lists (P_C, C_G, P_C). A short example is given bellow. 1) What is the proper term for this sort of graph/network? tripartite graph? As such, I suppose it is a particular case because of