R: Understanding Graph
问题 I am using the R programming language and the "igraph" library. I am trying to better understand graph structures for "two mode" graphs (graphs in which there are two types of nodes). In particular, I am trying to understand how to "project" two mode" (to my understanding, these are usually "bipartite") graphs. (https://rpubs.com/pjmurphy/317838) For instance, I created a graph of relationships between "men" and "women". Although this graph has two modes (men and women), I don't think that