rownor | R Documentation |
Row-normalization of a spatial weights matrix.
rownor(W)
W |
spatial weights matrix |
W |
row-normalized spatial weights matrix |
Rozeta Simonovska
eignor
library("sf")
ger <- st_read(system.file("shape/GermanyNUTS3.shp",
package = "SDPDmod"))
W <- mOrdNbr(ger, 3)
Wnor <- rownor(W)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.