Examples for 'terra::nearby'


nearby geometries

Aliases: nearby nearby,SpatVector-method nearest nearest,SpatVector-method

Keywords: spatial

### ** Examples

f <- system.file("ex/lux.shp", package="terra")
v <- vect(f)
nearby(v, distance=12000)
     from to
[1,]    2  4
[2,]    6  8

[Package terra version 1.5-34 Index]