rownor function

Row-normalization

Row-normalization

Row-normalization of a spatial weights matrix.

rownor(W)

Arguments

  • W: spatial weights matrix

Returns

  • W: row-normalized spatial weights matrix

Examples

library("sf") ger <- st_read(system.file("shape/GermanyNUTS3.shp", package = "SDPDmod"), quiet = TRUE) W <- mOrdNbr(ger, 3) Wnor <- rownor(W)

See Also

eignor

Author(s)

Rozeta Simonovska

  • Maintainer: Rozeta Simonovska
  • License: GPL (>= 3)
  • Last published: 2025-04-11

Useful links