ComputeAzimuth: Compute the Azimuth Between Two Coordinates

View source: R/ComputeAzimuth.R

ComputeAzimuthR Documentation

Compute the Azimuth Between Two Coordinates

Description

This function computes the Azimuth from two geographical coordinates. These locations must be in decimal degrees.

Usage

ComputeAzimuth(lat1, lat2, lon1, lon2)

Arguments

lat1

the latitude of the first coordinate

lat2

the latitude of the second coordinate

lon1

the longitude of the first coordinate

lon2

the longitude of the second coordinate

Details

Coordinates are given in decimal degrees (WGS 84)


RossDwyer/VTrack documentation built on Feb. 23, 2024, 10:40 p.m.