How to create a bipartite network in R with igraph or tnet
I have an edgelist for a two mode network, similar to this: person Event Amy football_game Sam picnic Bob art_show I want to perform an analysis on this in R, but seemingly everything I try fails. Converting it to a one mode network runs into memory limitations, and I can't figure out how to analyze it as bipartite in either igraph or tnet. In igraph, bipartite.projection gives me all FALSE , on the igraph object created using net <- graph.edgelist(myobject) On tnet, I can't convert the igraph net to a tnet one, and when I try to use the original data frame, it refuses because of duplicates in