R/event.R
event_sp_custom.Rd
Produces 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_event
s first.
# TODO