dist_haversine | R Documentation |
Haversine Distance
dist_haversine(lon_x, lat_x, lon_y, lat_y)
lon_x |
Longitude for starting point |
lat_x |
Latitude for starting point |
lon_y |
Longitude for ending point |
lat_y |
Latitude for ending point |
Double of distance between points in m
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.