R/event.R
AccumulationEvent.RdProvides accumulation event functionality. Inherited from Event.
Object of R6Class ManipulationEvent.
Sima::Event -> AccumulationEvent
apply()Apply an accumulation event
AccumulationEvent$apply(status, parallel = NULL)
statusCurrent status of the simulated population.
parallelA 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)
deepWhether to make a deep clone.