| st_nb_dists | R Documentation |
From an nb list and point geometry, return a list of distances for each observation's neighbors list.
st_nb_dists(x, nb, longlat = NULL)
x |
Spatial points. Typically the |
nb |
A nb neighbor list such as created from |
longlat |
|
Utilizes spdep::nbdists() for distance calculation.
Other stats:
geary_test(),
local_moran(),
moran_mc(),
moran_test(),
st_lag()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.