ref.hour.offset | R Documentation |
'ref.hour.offset' is a lookup table of local time offsets.
ref.hour.offset
A 'data.frame' 38 locations and associated time offsets:
(Character) The location for which an offset value is reported.
(Numeric) The time offset in hours associated
with local
.
ref.hour.offset
is a lookup table for use with
calcNOAASunrise
and hour.offset
.
NOAA assignment table: http://www.srrb.noaa.gov/highlights/sunrise/timezone.html.
#basic structure
head(ref.hour.offset)
#usage
hour.offset("greenwich")
hour.offset("india")
hour.offset("hawaii")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.