dist_1tom.Rd
Compute distances between single starting coordinate and vector of ending coordinates (one to many) and return vector.
dist_1tom(xlon, xlat, ylon, ylat, dist_function = "Haversine")
Longitude for starting coordinate pair
Latitude for starting coordinate pair
Vector of longitudes for ending coordinate pairs
Vector of latitudes for ending coordinate pairs
String name of distance function: Haversine, Vincenty
Vector of distances in meters