Produces an event schedule object suitable for passing in the events argument to spec_rescomp().

event_schedule_fixed(event_obj, times, priority = 0)

Arguments

event_obj

An object of class rescomp_event.

times

A numeric vector of times at which the event should occur.

priority

A number. If two events occur at the same time, the event with the lower priority number is processed first.

Value

S3 object of class rescomp_event_schedule.

Examples

# TODO