powered by
Calendar
calendar(object)# S4 method for character calendar(object)
# S4 method for character calendar(object)
A TimeScale object.
TimeScale
A character string specifying the abbreviated label of the time scale (see details) or an object from which to extract the time scale.
character
N. Frerebeau
The following time scales are available:
BP
BC
BCE
AD
CE
b2k
julian
Other calendar tools: calendar_get, convert(), gregorian, is(), julian()
calendar_get
convert()
gregorian
is()
julian()
## Define time scales calendar("BP") calendar("AD") calendar("julian") ## Shortcuts BP() AD() J()
Run the code above in your browser using DataLab