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]] ______________________________________________ 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.