Description Usage Arguments Value Examples
Function for getting the difference between the true elevation coordinate according to some parameters and an reference elevation
1 | true_elevation(x, parms)
|
x |
Julian day |
parms |
Vector of strings containing the name of celestial body, geographic longitude, geographic latitude, geographic altitude and reference elevation |
Difference in elevation
1 2 3 | from <- str2jd("2014-03-08")
to <- str2jd("2015-03-08")
true_elevation(seq(from,to,1),parms=c("sun","42<c3><82><c2><b0>36'25\"N","5<c3><82><c2><b0>33'58\"W","782","20<c3><82><c2><b0>0'0\""))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.