dist_1to1.Rd
Compute distance between two points (one to one) and return single value.
dist_1to1(xlon, xlat, ylon, ylat, dist_function = "Haversine")
Longitude for starting coordinate pair
Latitude for starting coordinate pair
Longitude for ending coordinate pair
Latitude for ending coordinate pair
String name of distance function: Haversine, Vincenty
Distance in meters