elevation {tripEstimation} | R Documentation |
Calculate elevation of astronomical objects
Description
Function to calculate elevation.
Usage
elevation(lon, lat, sun)
Arguments
lon |
vector of longitude values |
lat |
vector of latitude values |
sun |
Value
elevation
returns a numeric vector of solar (or lunar) elevation as degrees above or below the horizone
Author(s)
Michael D. Sumner
References
https://gml.noaa.gov/grad/solcalc/azel.html
[Package tripEstimation version 0.0-46 Index]