Calculate neighborhood matrix from Voronoi tessellation
Usage
neib_voronoi(coor, lon = "lon", lat = "lat")
Arguments
- coor
data.frame with coordinates.
- lon
string, default = "lon", column with longitude.
- lat
string, default = "lat", column with latitude.
Value
neighborhood matrix.