Description Usage Arguments Details Value Author(s) See Also Examples
Angular distance between two points on a sphere, specified by longitude and latitude
1 |
long1 |
Longitude of the first point |
lat1 |
Latitude of the first point |
long2 |
Longitude of the second point |
lat2 |
Latitude of the second point |
degrees |
Flag denoting whether input angles are in degrees or radians |
The distance is computed after conversion from spherical to rectangular coordinates.
dis |
Angle, in degrees or radians |
Arnab Chakraborty R adaptation 2013
1 2 | sphdist(2, 100, -35, 180, +35)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.