get_neighbours | R Documentation |
Get neighbours list from spatial objects. The output is similar to the function poly2nb
of the spdep
package, but uses sf
instead of sp
.
get_neighbours(x)
x |
a shape object, i.e., a |
A list where the items correspond to the features. Each item is a vector of neighbours.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.