distNm: distNm

Description Usage Arguments Value

View source: R/coordTools.R

Description

Find distance between two points in nautical miles by haversine formula.

Usage

1
distNm(lat1, lon1, lat2, lon2)

Arguments

lat1

Latitude of the first point

lon1

Longitude of the first point

lat2

Latitude of the second point

lon2

Longitude of the second point

Value

Distance between points in nautical miles


erikor/airtraffic documentation built on Nov. 4, 2019, 11:56 a.m.