gcd.hf: Great circle distance calculation using the Haversine formula

Description Usage Arguments See Also Examples

Description

Calculates the geodesic distance between two points specified by radian latitude/longitude using the Haversine formula (hf).

Usage

1
gcd.hf(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.slc; gcd.vif

Examples

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

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