MizerSim
classA constructor for the MizerSim
class. This is used by
project()
to create MizerSim
objects of the right
dimensions. It is not necessary for users to use this constructor.
MizerSim(params, t_dimnames = NA, t_max = 100, t_save = 1)
An object of type MizerSim
a MizerParams object
Numeric vector that is used for the time dimensions of the slots. Default = NA.
The maximum time step of the simulation. Only used if t_dimnames = NA. Default value = 100.
How often should the results of the simulation be stored. Only used if t_dimnames = NA. Default value = 1.