st_inverse_weights: Calculate Inverse Distance Bands

View source: R/st_weights.R

st_inverse_weightsR Documentation

Calculate Inverse Distance Bands

Description

Calculate Inverse Distance Bands

Usage

st_inverse_weights(x, nb, scale = 100)

Arguments

x

Spatial points. Typically the geometry column of an sf object.

nb

A nb neighbor list such as created from st_knn(x, k = 1).

Details

See implementation details here. For more on distance band based weights see here.

See Also

Other weights: st_kernel_weight(), st_weights()


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