distGeo: Calculate Distance

Description Usage Arguments Value Author(s) See Also Examples

Description

calculate distance beteen lat and long

Usage

1
distGeo(lat, long, latOrg, longOrg)

Arguments

lat

Latitude of point

long

longitude of point

latOrg

latitude of second point

longOrg

longitude of second point

Value

the number of meters between the two points

Author(s)

Connor F. White

See Also

lat2Cart

Examples

1
distGeo(33,-118,34,-118)

ConnorFWhite/AssFunc documentation built on May 20, 2019, 4:07 p.m.