gcd.slc: Great circle distance calculation using the Spherical Law of...

Description Usage Arguments See Also Examples

Description

Calculates the geodesic distance between two points specified by radian latitude/longitude using the Spherical Law of Cosines (slc).

Usage

1
gcd.slc(long1, lat1, long2, lat2)

Arguments

long1,lat1

Longitude and latitude coordinates of point 1.

long2,lat2

Lontitude and latitude coordinates of point 2.

See Also

Other Great Circle Distance Calculation: gcd.hf; gcd.vif

Examples

1
gcd.slc(120.0, 30.0, 120.5, 30.5)

caesar0301/omniR documentation built on May 13, 2019, 10:38 a.m.