powered by
This function retrieves the horizon altitude for a given azimuth from a previously created skyscapeR.horizon object via spline interpolation.
hor2alt(hor, az, return.unc = F)
A skyscapeR.horizon object from which to retrieve horizon altitude.
Array of azimuth(s) for which to retrieve horizon altitude(s).
(Optional) Boolean switch control where to output altitude uncertainty. Default is FALSE.
createHor, downloadHWT
createHor
downloadHWT
# NOT RUN { hor <- downloadHWT('HIFVTBGK') hor2alt(hor, 90) # }
Run the code above in your browser using DataLab