Description Usage Arguments Value Examples
Set the initial conditions
1 2 3 4 |
.object |
RacipeSE object |
value |
DataFrame containing the initial conditions |
A RacipeSE object
1 2 3 4 5 6 | data("demoCircuit")
rSet <- sRACIPE::sracipeSimulate(circuit = demoCircuit, numModels = 10,
integrate=FALSE)
ics <- sracipeIC(rSet)
sracipeIC(rSet) <- ics
rm(rSet, ics)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.