powered by
Extract the parameter object underlying a simulation
getParams(sim)
A MizerSim object
The MizerParams object that was used to run the simulation
# NOT RUN { # This will be identical to the params object that was used to create the # simulation sim <- project(NS_params, t_max = 1) identical(getParams(sim), NS_params) # }
Run the code above in your browser using DataLab