Hello, I need to calculate all eigenvectors of network adjacency matrix. to do this, I called evcent function such as following p2=evcent(g, options=list(nev=2)) where g is my graph and nev is number of required eigenvector but it only calculated first eigenvector and p2$options$nev was still one instead of two. I will appreciate if anybody could help me to solve my problem. Many thanks, B.S [[alternative HTML version deleted]]