gcd.slc | R Documentation |
Calculates the geodesic distance between two points specified by radian latitude/longitude using the Spherical Law of Cosines (slc)
gcd.slc(long1, lat1, long2, lat2)
long1 |
Longitude of point 1 in degrees |
lat1 |
Latitude of point 1 in degrees |
long2 |
Longitude of point 2 in degrees |
lat2 |
Latitude of point 2 in degrees |
distance in km
Charles Frost, charles_frost@fws.gov
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.