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 context: 
http://r.789695.n4.nabble.com/Help-with-V-function-in-igraph-tp4629767.html
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to