
Calculate Greenwich Mean Siderial Time at 0h, UT1 (GMST1) from UT1 year, month, and day.
gmst1(yr = 2012, mo = 1, dy = 1)
UT1 year (integer)
UT1 month (integer)
UT1 day (integer)
Returns fractional hours of GMST1 with class fracHrs. The
corresponding print method gives hh:mm:ss format rounded to n
decimal
places in seconds by setting options('digits.secs'=n)
.
Function calculates Greenwich Mean Siderial Time at 0h, UT1 (GMST1) given UT1 year, month, and day.
Explanatory Supplement to the Astronomical Almanac Seidelmann (ed), c. 1992
# NOT RUN {
out <- gmst1(yr=2012, mo=7, dy=8)
str(out)
out
# }
Run the code above in your browser using DataLab