pdIndiv_updateControls | R Documentation |
Quickly set "controls" amd update all high-level functions
pdIndiv_updateControls( pd, optionsOde = NULL, optionsSens = NULL, objtimes = NULL )
objtimes |
Daniel Lill (daniel.lill@physik.uni-freiburg.de)
pd <- pdIndiv_updateControls(pd, optionsOde = list(method = "lsoda", rtol = 1e-12, atol = 1e-12, maxsteps = 10000), optionsSens = list(method = "lsodes", rtol = 1e-12, atol = 1e-12, maxsteps = 10000)) saveRDS(pd,pd_rdsfile(pd))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.