R/event.R
AccumulationEvent.Rd
Provides accumulation event functionality. Inherited from Event.
Object of R6Class
ManipulationEvent.
Sima::Event
-> AccumulationEvent
apply()
Apply an accumulation event
AccumulationEvent$apply(status, parallel = NULL)
status
Current status of the simulated population.
parallel
A logical value indicating if parallel computation is being used in simulation.
A data.table
with the new individuals added.
clone()
The objects of this class are cloneable with this method.
AccumulationEvent$clone(deep = FALSE)
deep
Whether to make a deep clone.