CFtime-class {CFtime}R Documentation

CF Metadata Conventions time representation

Description

CF Metadata Conventions time representation

Value

An object of class CFtime.

Slots

datum

CFdatum. The origin upon which the offsets are based.

resolution

numeric. The average number of time units between offsets.

offsets

numeric. A vector of offsets from the datum.

bounds

Optional, the bounds for the offsets. If not set, it is the logical value FALSE. If set, it is the logical value TRUE if the bounds are regular with respect to the regularly spaced offsets (e.g. successive bounds are contiguous and at mid-points between the offsets); otherwise a matrix with columns for offsets and low values in the first row, high values in the second row.


[Package CFtime version 1.4.0 Index]