dist_vincenty: Compute Vincenty distance between two points

Description Usage Arguments Value

View source: R/RcppExports.R

Description

Compute Vincenty distance between two points

Usage

1
dist_vincenty(xlon, xlat, ylon, ylat)

Arguments

xlon

Longitude for starting coordinate pair

xlat

Latitude for starting coordinate pair

ylon

Longitude for ending coordinate pair

ylat

Latitude for ending coordinate pair

Value

Double of distance between coordinate pairs in meters


btskinner/distRcpp documentation built on Sept. 17, 2021, 12:04 p.m.