get_calendar | R Documentation |
Get or Set the Default Calendar
get_calendar(...)
set_calendar(object)
## S4 method for signature 'ANY'
get_calendar(...)
## S4 method for signature 'character'
set_calendar(object)
## S4 method for signature 'missing'
set_calendar()
... |
Currently not used. |
object |
A |
A TimeScale
object.
N. Frerebeau
Other calendar tools:
calendar()
,
calendar_get
,
convert()
,
gregorian
,
is_calendar()
,
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.