angdist | R Documentation |
Calculates angular distance theta between points on a sphere specified by latitude and longitude
angdist(lat1, lon1, lat2, lon2)
lat1 |
latitude of point 1 (degrees) |
lon1 |
longitude of point 1 (degrees) |
lat2 |
latitude of point 2 (degrees) |
lon2 |
longitude of point 2 (degrees) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.