hor2alt | R Documentation |
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)
hor |
A skyscapeR.horizon object from which to retrieve horizon altitude. |
az |
Array of azimuth(s) for which to retrieve horizon altitude(s). |
return.unc |
(Optional) Boolean switch control where to output altitude uncertainty. Default is FALSE. |
createHor
, downloadHWT
hor <- downloadHWT('HIFVTBGK')
hor2alt(hor, 90)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.