arc.miles: Arc Miles

Description Usage Arguments Examples

Description

Returns the arc miles between lat1, long1, and lat2, long2

Usage

1
arc.miles(lat1, long1, lat2, long2)

Arguments

lat1

the latitude of the first location

long1

the longitude of the first location

lat2

the latitude of the second location

long2

the longitude of the second location

Examples

1
arc.miles(49.123, -119.33, 49.02, -118.12)

ekhco/statar documentation built on May 24, 2019, 4:02 a.m.