geos_nearest: Find the closest feature

View source: R/geos-strtree.R

geos_nearestR Documentation

Find the closest feature

Description

Finds the closest item index in tree to geom, vectorized along geom.

Usage

geos_nearest(geom, tree)

geos_nearest_indexed(geom, tree)

geos_nearest_hausdorff(geom, tree, densify = NULL)

geos_nearest_frechet(geom, tree, densify = NULL)

Arguments

geom

A GEOS geometry vector

tree

A geos_strtree()

densify

A fraction between 0 and 1 denoting the degree to which edges should be subdivided (smaller value means more subdivisions). Use NULL to calculate the distance as-is.

Value

An integer vector of length geom containing the index of tree that is closest to each feature in geom.


geos documentation built on June 7, 2023, 6:04 p.m.