great_circle_distance: Computes the great-circle distance between two coordinate...

View source: R/great_circle_distance.R

great_circle_distanceR Documentation

Computes the great-circle distance between two coordinate points.

Description

Computes the great-circle distance between two coordinate points.

Usage

great_circle_distance(lon1, lat1, lon2, lat2, radius = 3437)

michaelgavin/litmath documentation built on Oct. 20, 2023, 9:20 a.m.