eignor | R Documentation |
Maximum eigenvalue row normalization of a spatial weights matrix.
eignor(W)
W |
spatial weights matrix |
W |
Eigenvalue normalized 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.