> 3) This was a Movie-Actor bipartite network. When I project into Actor-Actor > network, edges are Movie names. The edges in Actor-Actor network such as > Actor01--Actor02 but I need to get it like that Actor01-MoiveA-Actor02 or > Actor01-MovieA/MovieB-Actor02.
I am afraid that this is currently not supported in igraph. You need to use the original network and the all_shortest_paths() function to find the movies that connect two actors. T. _______________________________________________ igraph-help mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/igraph-help
