calendar | R Documentation |
Calendar
calendar(object)
## S4 method for signature 'character'
calendar(object)
object |
A |
The following time scales are available:
label | era | calendar |
BP | Before Present | Gregorian |
BC | Before Christ | Gregorian |
BCE | Before Common Era | Gregorian |
AD | Anno Domini | Gregorian |
CE | Common Era | Gregorian |
b2k | Years before 2000 | Gregorian |
julian | Julian | |
A TimeScale
object.
Inspired by era::era()
by Joe Roe.
N. Frerebeau
Other calendar tools:
calendar_get
,
convert()
,
gregorian
,
is()
,
julian()
## Define time scales
calendar("BP")
calendar("AD")
calendar("julian")
## Shortcuts
BP()
AD()
J()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.