st_weights: Calculate spatial weights

View source: R/st_weights.R

st_weightsR Documentation

Calculate spatial weights

Description

Calculate spatial weights

Usage

st_weights(nb, style = "W", allow_zero = NULL, ...)

Arguments

nb

A neighbor list object as created by st_neighbors().

style

Default "W" for row standardized weights.

See Also

Other weights: st_inverse_weights(), st_kernel_weight()


JosiahParry/sfweight documentation built on April 4, 2022, 1:52 a.m.