nearest_facility_dist: nearest facility + distance to a user

Description Usage Arguments Value

View source: R/RcppExports.R

Description

nearest facility + distance to a user

Usage

1
nearest_facility_dist(facility, user)

Arguments

facility

a matrix with longitude and latitude in the first two columns

user

a matrix with longitude and latitude in the first two columns

Value

matrix with 3 columns: user_id, facility_id, distance, where the user_id is the identifier for the user, the facility_id is the identifier for the facility that is closest to that user, and the distance is the distance in metres from that user to that facility.


njtierney/maxcovr documentation built on Nov. 13, 2019, 6:38 p.m.