sracipeParams | R Documentation |
The parameters for each model.
sracipeParams(.object)
## S4 method for signature 'RacipeSE'
sracipeParams(.object)
.object |
RacipeSE object |
A data.frame
data("demoCircuit")
RacipeSet <- sracipeSimulate(demoCircuit, integrate = FALSE, numModels=20)
parameters <- sracipeParams(RacipeSet)
sracipeParams(RacipeSet) <- parameters
rm(parameters,RacipeSet)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.