search for: betweenness_soci

Displaying 1 result from an estimated 1 matches for "betweenness_soci".

Did you mean: betweenness_social
2012 May 13
2
Help with V function in igraph
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 function I know this has to do with V but I cannot figure out what is wrong. s641-social is a graph object and the vertices do have a name attribute. What can I do to fix? Thanks -- View this message in...