View source: R/utils-kernels.R
critical_threshold | R Documentation |
Identifies the minimum distance in which each observation will have at least one neighbor.
critical_threshold(geometry, k = 1)
geometry |
an sf geometry column |
k |
the minimum number of neighbors to check for |
a numeric scalar value.
critical_threshold(sf::st_geometry(guerry))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.