Description Usage Arguments Value Examples
The parameters for each model.
1 2 3 4 | sracipeParams(.object)
## S4 method for signature 'RacipeSE'
sracipeParams(.object)
|
.object |
RacipeSE object |
A data.frame
1 2 3 4 5 | 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.