View source: R/calc_haversine_distance.R
calc_haversine_distance | R Documentation |
This is an internal utility function to convert bounding boxes into coordinate pairs.
calc_haversine_distance(point_1, point_2)
point_1 , point_2 |
Coordinate pairs (as length-2 numeric vectors with the names "lat" and "lng") to calculate distance between. |
A vector of length 1 containing distance between points
Other utilities:
addbuff
,
deg_to_rad()
,
get_centroid()
,
rad_to_deg()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.