sracipeConvergeDist | R Documentation |
When convergence tests are done (deterministic systems with time series off), this method creates a plot of the proportion of converged initial conditions as the number of convergence tests increases, up to the total number done by the simulation. Note that when limit cycles are detected, they are automatically removed from consideration. This method also adds some statistics to the metadata of the input. Models with NaN values are also removed. Specifically, the final proportion of converged states is reported, and if it exists, the smallest number of convergence tests where at least 99 percent of models converged is also reported.
sracipeConvergeDist(.object, plotToFile = FALSE)
## S4 method for signature 'RacipeSE'
sracipeConvergeDist(.object, plotToFile = FALSE)
.object |
RacipeSE object generated by |
plotToFile |
(optional) logical. Default |
RacipeSE
object
sracipeSimulate
, sracipeKnockDown
,
sracipeOverExp
, sracipePlotData
data("demoCircuit")
## Not run:
rSet <- sRACIPE::sracipeSimulate(circuit = demoCircuit, numModels = 20,
integrateStepSize = 0.1, numConvergenceTests = 30)
rSet <- sracipeConvergeDist(rSet)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.