igraph-help
[Top][All Lists]
Advanced

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

[igraph] Re: [statnet_help] Re: gplot.layout with valued edges


From: Gábor Csárdi
Subject: [igraph] Re: [statnet_help] Re: gplot.layout with valued edges
Date: Tue, 17 Mar 2009 10:20:31 +0100

Alexander,

On Tue, Mar 17, 2009 at 1:07 AM, Alexander Jerneck
<address@hidden> wrote:
[...]
>
> Newman's measure of betweeness centrality for scientific collaborations [1]

The (not yet finished) 0.6 version of igraph has weighted betweenness,
I think this is the same as the measure in Newman's paper. You just
need to calculate the weights of the edges and call betweenness().

You can download an R source package from here:
http://cneurocvs.rmki.kfki.hu/igraph/download/igraph_0.6.tar.gz
and an R package for windows from here:
http://cneurocvs.rmki.kfki.hu/igraph/download/igraph_0.6.zip

> Fowler's adaptation of this measure to directed networks (of
> cosponsorship in the US Congress) [2]

Version 0.6 also has weighted closeness, and this looks the same to me
as Fowler's measure of 'connectedness'. Again, just calculate the
weights, and then call closeness().

Best,
Gabor

[...]

-- 
Gabor Csardi <address@hidden>     UNIL DGM




reply via email to

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