I have a network loaded into an igraph object G that has 198 vertices and 214 edges. If I run:
eig<-evcent(G)$vector
The resulting eig is a vector with 2172 elements, rather than 198 elements. The documentation on the package claims it returns the "centralities of positions v." Any ideas on how to get the eigenvalue centralities for each vertex?