great_circle_distance: Great circle distance based on angle

View source: R/great_circle_distance.R

great_circle_distanceR Documentation

Great circle distance based on angle

Description

Great circle distance based on angle

Usage

great_circle_distance(tilt, H, R = 6364.5)

Arguments

tilt

Angle, in degrees, down from the horizontal plane.

H

Height of the observer, in meters.

R

Radius of the earth, in kilometers (default is R at latitude 53 degrees).

Value

A vector of distances.


ericmkeen/suRvey documentation built on June 12, 2025, 12:24 a.m.