angdist: Calculates angular distance theta between points on a sphere...

View source: R/utils.R

angdistR Documentation

Calculates angular distance theta between points on a sphere specified by latitude and longitude

Description

Calculates angular distance theta between points on a sphere specified by latitude and longitude

Usage

angdist(lat1, lon1, lat2, lon2)

Arguments

lat1

latitude of point 1 (degrees)

lon1

longitude of point 1 (degrees)

lat2

latitude of point 2 (degrees)

lon2

longitude of point 2 (degrees)


VincentGodard/TCNtools documentation built on Jan. 29, 2023, 9:23 a.m.