ref.hour.offset: Local Time Offsets

ref.hour.offsetR Documentation

Local Time Offsets

Description

'ref.hour.offset' is a lookup table of local time offsets.

Usage

ref.hour.offset

Format

A 'data.frame' 38 locations and associated time offsets:

local

(Character) The location for which an offset value is reported.

hour.offset

(Numeric) The time offset in hours associated with local.

Details

ref.hour.offset is a lookup table for use with calcNOAASunrise and hour.offset.

Source

NOAA assignment table: http://www.srrb.noaa.gov/highlights/sunrise/timezone.html.

Examples

#basic structure
head(ref.hour.offset)
#usage
hour.offset("greenwich")
hour.offset("india")
hour.offset("hawaii")

karlropkins/grey.area documentation built on Dec. 27, 2024, 7:10 p.m.