powered by
Maximum eigenvalue row normalization of a spatial weights matrix.
eignor(W)
Eigenvalue normalized spatial weights matrix
spatial weights matrix
Rozeta Simonovska
rownor
data(gN3dist) dist2 <- gN3dist/1000 ##distance in km W <- InvDistMat(distMat = dist2, distCutOff = 100, powr = 2) Wnor <- eignor(W)
Run the code above in your browser using DataLab