R/closest.R

Defines functions closest

closest <- function(shp, x, y) .Call(shp_closest, shp, x, y)
s-u/fastshp documentation built on May 28, 2019, 10:47 a.m.