R/event.R
event_sp_custom.RdProduces an event object suitable for building event schedules to pass spec_rescomp().
event_sp_custom(func, spnum = NULL)S3 object of class rescomp_event.
If spnum 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_events first.
# TODO