build_schedule.Rd
Build an appropriately refined schedule.
build_schedule(p)
p | Parameters object |
---|
A Parameters object, with schedule components set. The
output seed rain is also available as an attribute
seed_rain
.
There are control options (within the Parameters
object)
that affect how this function runs, in particular
schedule_nsteps
and schedule_eps
control how refined
the schedule will end up, and schedule_verbose
controls if
details are printed to the screen during construction.
Rich FitzJohn