sracipeIC | R Documentation |
The initial conditions of each of the models.
sracipeIC(.object)
## S4 method for signature 'RacipeSE'
sracipeIC(.object)
.object |
RacipeSE object |
DataFrame
data("demoCircuit")
rSet <- sRACIPE::sracipeSimulate(circuit = demoCircuit, numModels = 20,
integrate=FALSE)
ics <- sracipeIC(rSet)
rm(rSet,ics)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.