Description Usage Arguments Value Examples
The hyperparameters like number of models, range from which parameters are to be sampled, simulation time etc.
1 2 3 4 | sracipeConfig(.object) <- value
## S4 replacement method for signature 'RacipeSE'
sracipeConfig(.object) <- value
|
.object |
RacipeSE object |
value |
list. Configuration as a list |
RacipeSE
object
1 2 3 4 | rSet <- RacipeSE()
tmpConfig <- sracipeConfig(rSet)
sracipeConfig(rSet) <- tmpConfig
rm(rSet, tmpConfig)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.