[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [igraph] Betweenness Centrality
From: |
Tamas Nepusz |
Subject: |
Re: [igraph] Betweenness Centrality |
Date: |
Mon, 23 Feb 2015 18:11:31 +0100 |
User-agent: |
Mutt/1.5.23 (2014-03-12) |
> I'm sorry, I am using R and the function looks something like this:
> betweenness(graph, v=ids, directed=TRUE, nobigint=FALSE, normalized=TRUE). It
> completes with the warning message: integer overflow.
Hmmm, it looks like the warning message might come from R itself and not igraph
(because igraph's error message would read "Integer or double overflow") so I'm
at a loss here. Gabor?
Also, one thing I noticed is that this argument is ignored for weighted graphs
-- does your graph have weights?
--
T.