| gregorian {aion} | R Documentation |
Gregorian Calendar
Description
Gregorian Calendar
Usage
BP(...)
b2k(...)
BC(...)
BCE(...)
AD(...)
CE(...)
Arguments
... |
Currently not used. |
Value
A GregorianCalendar object.
Author(s)
N. Frerebeau
See Also
Other calendar tools:
calendar(),
calendar_get,
convert(),
is(),
julian()
Examples
## Define time scales
calendar("BP")
calendar("AD")
calendar("julian")
## Shortcuts
BP()
AD()
J()
[Package aion version 1.0.4 Index]