dist.calc {REAT} | R Documentation |
Calculation of the euclidean distance between two points with stated coordinates (lat, lon)
dist.calc(lat1, lon1, lat2, lon2, unit = "km")
lat1 |
Latitude of the regarded start point |
lon1 |
Longitude of the regarded start point |
lat2 |
Latitude of the regarded end point |
lon2 |
Longitude of the regarded end point |
unit |
Unit of the resulting distance: |
A single numeric value
Thomas Wieland
dist.calc(51.556307, 9.947375, 49.009603, 8.417004)
# about 304 kilometers