Description Usage Arguments Value Examples
Set the parameters
1 2 3 4  | sracipeParams(.object) <- value
## S4 replacement method for signature 'RacipeSE'
sracipeParams(.object) <- value
 | 
.object | 
 RacipeSE object  | 
value | 
 DataFrame containing the parameteres  | 
A RacipeSE object
1 2 3 4 5 6  | data("demoCircuit")
rSet <- sRACIPE::sracipeSimulate(circuit = demoCircuit, numModels = 20, 
integrate = FALSE)
parameters <- sracipeParams(rSet)
sracipeParams(rSet) <- parameters
rm(parameters, rSet)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.