View source: R/MizerSim-class.R
getParams | R Documentation |
Extract the parameter object underlying a simulation
getParams(sim)
sim |
A MizerSim object |
The MizerParams object that was used to run the simulation
# 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.