R/event.R
event_res_custom.Rd
Produces an event object suitable for building event schedules to pass spec_rescomp()
.
event_res_custom(func, resnum = NULL)
S3 object of class rescomp_event
.
If resnum
is NULL, spec_rescomp()
will attempt to infer it.
This is fine if the result is used directly in an event schedule, but may fail if the result must be combined with other rescomp_event
s first.
# TODO