Hi, one solution is to use edge attributes to mark edge types. To calculate metrics over some edge type you'll need to create a subgraph that contains only those edges. This is easy and a linear operation.
Another solution is to have a separate network for each edge type. Gabor On Fri, Nov 28, 2014 at 5:22 PM, lookman sanni <[email protected]> wrote: > Hello everyone. I am new to SNA and learning how to use the igraph package. > I have built a multiplex network from some flat file and would like to > compute couple of metrics on top of that network: > > The number of edge types by node (multiplexity) > A metric (matrix, contingent table) of edge types association between the > same nodes (e.g: money transfer + good transfer: 20 pairs of nodes; money > transfer + kinship: 120 pairs of nodes) > > I have not seen any likely metrics in my web searches. Would I need to write > them ? If yes, is there any available guideline on how to contribute to > igraph ? > > -- > Best Regards > > Lookman SANNI > http://blog.lookouster.org > > _______________________________________________ > igraph-help mailing list > [email protected] > https://lists.nongnu.org/mailman/listinfo/igraph-help > _______________________________________________ igraph-help mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/igraph-help
