View source: R/MizerSim-class.R
| getSimParams | R Documentation |
Returns the named list of arguments passed to project() or
projectUntilSettled() when producing this MizerSim object, such as
method and dt. Returns an empty list for simulations produced by
older versions of mizer.
getSimParams(sim)
sim |
A MizerSim object |
A named list of projection parameters.
sim <- project(NS_params, t_max = 0.1, dt = 0.05, method = "predictor-corrector")
getSimParams(sim)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.