rcpp_parallel_nearest_facility_nonself | R Documentation |
Find nearest neighbor of x and measure distance (non-self)
rcpp_parallel_nearest_facility_nonself(x, y)
x |
matrix of coordinates. In the same format as st_coordinates output (X, Y) |
y |
Same as x. |
Matrix. 2 columns. First column is index of closest unit in y. Second column is distance
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.