an object of class nb e.g. created by st_contiguity() or st_knn().
geometry
the geometry an sf object.
kernel
One of "uniform", "gaussian", "triangular", "epanechnikov", or "quartic". See kernels for more.
threshold
a scaling threshold to be used in calculating
adaptive
default FALSE. If TRUE uses the maximum neighbor distance for each region as the threshold. Suppresses the threshold argument.
self_kernel
default FALSE. If TRUE applies the kernel function to the observed region.
Details
By default st_kernel_weight() utilizes a critical threshold of the maximum neighbor distance using critical_threshold(). If desired, the critical threshold can be specified manually. The threshold will be passed to the underlying kernel.
See Also
Other weights:
st_inverse_distance(),
st_nb_dists(),
st_weights()