Thank for your response. It is oddly working now.
Thanks again,
Brenda
On 5/14/12 10:36 AM, "Gábor Csárdi-2 [via R]"
wrote:
> Something weird must be going on in your s641_social object. Can you just
> simply check that the vertex names look OK with 'V(s641_social)$name'? If they
> look go
Something weird must be going on in your s641_social object. Can you
just simply check that the vertex names look OK with
'V(s641_social)$name'?
If they look good, then can you send me the s641_social object in
private? (Or part of it, assuming a part is enough to reproduce the
problem.)
Best,
Ga
I am using the code below to output some network measures:
central_social <- data.frame(V(s641_social)$name, indegree_social,
outdegree_social, incloseness_social, outcloseness_social,
betweenness_social, eigen_social)
and I get the following error:
Error in Re(z) : non-numeric argument to func
3 matches
Mail list logo