powered by
Get or Set the Default Calendar
get_calendar(...)set_calendar(object)# S4 method for ANY get_calendar(...)# S4 method for character set_calendar(object)# S4 method for missing set_calendar()
set_calendar(object)
# S4 method for ANY get_calendar(...)
# S4 method for character set_calendar(object)
# S4 method for missing set_calendar()
A TimeScale object.
TimeScale
Currently not used.
A character string specifying the abbreviated label of the time scale (see calendar()) or an object from which to extract the time scale.
character
calendar()
N. Frerebeau
Other calendar tools: calendar(), calendar_get, convert(), gregorian, is_calendar(), julian()
calendar_get
convert()
gregorian
is_calendar()
julian()
## Define time scales calendar("BP") calendar("AD") calendar("julian") ## Shortcuts BP() AD() J()
Run the code above in your browser using DataLab