sracipeConfig<- | R Documentation |
The hyperparameters like number of models, range from which parameters are to be sampled, simulation time etc.
sracipeConfig(.object) <- value
## S4 replacement method for signature 'RacipeSE'
sracipeConfig(.object) <- value
.object |
RacipeSE object |
value |
list. Configuration as a list |
RacipeSE
object
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.