gcd.vif: Great circle distance calculation using Vincenty inverse...

Description Usage Arguments See Also Examples

Description

Calculates the geodesic distance between two points specified by radian latitude/longitude using Vincenty inverse formula for ellipsoids (vif)

Usage

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

Examples

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

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