On Fri, Oct 19, 2012 at 8:36 AM, Florian Umlauf (CRIE) <[email protected]> wrote: [...] > I am working with a bipartite weighted network. So every edge has a weight. > When I use the bipartite.projection() the old weights gets lost and the > bipartite.projection() return a weight where it sums up the number of > alternative connections.
That is the default behavior, but you can customize it, see ?attribute.combination for details. > Is there a way to hold the old weights and sum them up for the projection? I am not sure what you mean by this. Isn't this what is happening now by default? Can you give a small example for what you want? Thanks, Gabor > Thank everyone for your help > > Florian > > > > > _______________________________________________ > igraph-help mailing list > [email protected] > https://lists.nongnu.org/mailman/listinfo/igraph-help > -- Gabor Csardi <[email protected]> MTA KFKI RMKI _______________________________________________ igraph-help mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/igraph-help
