View source: R/check_gps_coordinates.R
find_closest_facility | R Documentation |
This function finds the closest facility from a data frame to a set of facilities
find_closest_facility(df, facilities)
df |
A data frame containing longitude and latitude information for each point |
facilities |
A data frame containing longitude and latitude information for each facility |
A data frame with the closest facilities within a distance of 100 units
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.