R/extract_nearest.R

Defines functions extract_nearest

extract_nearest <- function(x, subsegs, nearest) {
  subsegs[[x]][nearest[x]]
}

Try the SSNbler package in your browser

Any scripts or data that you put into this service are public.

SSNbler documentation built on Sept. 30, 2024, 9:44 a.m.