get.geo.dist: Compute the geodesic distance between two coordinate...

Description Usage Arguments Value

View source: R/getGeoDist.R

Description

Compute the geodesic distance between two coordinate locations

Usage

1
get.geo.dist(long1, lat1, long2, lat2, units = "m")

Arguments

long1

Numerical argument – the longitude of the first coordinate location

lat1

Numerical argument – the latitude of the first coordinate location

long2

Numerical argument – the longitude of the second coordinate location

lat2

Numerical argument – the latitude of the second coordinate location

units

The geodesic distance will be computed in terms of these units – Defaults to km

Value

Returns the geodesic distance between two coordinate locations


jBernardADFG/LakeLouiseBurbotOP2020 documentation built on March 25, 2020, 12:06 a.m.