Pretty Breakpoints
Usage
# S4 method for class 'RataDie'
pretty(x, calendar = getOption("aion.calendar"), ...)
Arguments
- x
A
RataDie
object.- calendar
A
TimeScale
object specifying the target calendar (seecalendar()
).- ...
Further parameters to be passed to
base::pretty()
.
Value
A RataDie
object.
Details
pretty()
computes a vector of increasing numbers which are "pretty" in
decimal notation of calendar
. Pretty breakpoints are then converted to
rata die.
See also
Other fixed date tools:
arithmetic
,
as_date()
,
as_decimal()
,
as_fixed()
,
as_year()
,
fixed()
,
fixed_gregorian
,
fixed_julian
,
format()