geo2neighbor | R Documentation |
Generates a neighborhood list as required by prabinit
from a
matrix of geographical distances.
geo2neighbor(geodist,cut=0.1*max(geodist))
geodist |
|
cut |
non-negative numerical. All pairs of regions with
|
A list of integer vectors, giving the set of neighbors for every region.
Christian Hennig christian.hennig@unibo.it https://www.unibo.it/sitoweb/christian.hennig/en
data(waterdist)
geo2neighbor(waterdist)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.