igraph-help
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[igraph] cohesive blocking on weighted networks


From: John Smith
Subject: [igraph] cohesive blocking on weighted networks
Date: Sun, 5 Apr 2009 23:30:22 +0200

Hi all,

I just started to play around with igraph and I'd like to use the cohesive.blocks function on a weighted network, but does cohesive.blocks make use the information about edge weights in the computation?

On a related note, is creating a graph object like this:
g <- graph( c(0,1, 0,1, 0,2, 1,3))
equivalent to set a weight of 2 to the edge between node 0 and 1?

thanks,
john

reply via email to

[Prev in Thread] Current Thread [Next in Thread]