RataDie-class {aion} | R Documentation |
RataDie
Description
An S4 class to represent a vector of rata die.
Details
Rata die (fixed date) are represented as the number of days since 01-01-01 (Gregorian), with negative values for earlier dates.
It is intended that the date should be an integer value, but this is not enforced in the internal representation.
Slots
.Data
A
numeric
vector giving the rata die values.
Note
This class inherits from numeric
.
Author(s)
N. Frerebeau
See Also
Other classes:
GregorianCalendar-class
,
JulianCalendar-class
,
TimeIntervals-class
,
TimeScale-class
,
TimeSeries-class
Other time classes:
TimeIntervals-class
,
TimeSeries-class
[Package aion version 1.5.0 Index]