gcDist: Great Circle Distance

Description Usage Arguments Details Value

Description

Calculate great circle distancces between points.

Usage

1
gcDist(x1, x2)

Arguments

x1

a two column matrix of (lon,lat) locations.

x2

a two column matrix of (lon,lat) locations.

Details

Compute the great circle distances from x1 to x2.

Value

vector of interpoint distances (km)


KateGoodenough/RoL-SGAT documentation built on June 11, 2019, 1:29 p.m.