cyclical_time()
creates a cyclical time representation using specified
cycle and chronon (and optionally display granules). The cycles is the
larger time unit that defines the time period over which the chronon loops
over (e.g. a week, tu_week(1L)
). The chronon is the smaller time unit that
iterates within each cycle (e.g. a day, tu_day(1L)
). Combined, these two
granules form a cyclical time point (e.g. day of the week).
cyclical_time(chronon, cycle)
An function used to create cyclical time points.