rcpp_get_nearest_neighbor {landscapemetrics} | R Documentation |
First nearest neighbor distance
Description
Efficiently calculate the distance to the first nearest neighbor. Quasi linear runtime.
Usage
rcpp_get_nearest_neighbor(points)
Arguments
points |
A two numeric matrix, where the first two columns are x and y |
Value
Vector
Author(s)
Florian Privé florian.prive.21@gmail.com
[Package landscapemetrics version 2.1.2 Index]