sracipeConfig-set: A method to access the simulation hyperparameters

sracipeConfig<-R Documentation

A method to access the simulation hyperparameters

Description

The hyperparameters like number of models, range from which parameters are to be sampled, simulation time etc.

Usage

sracipeConfig(.object) <- value

## S4 replacement method for signature 'RacipeSE'
sracipeConfig(.object) <- value

Arguments

.object

RacipeSE object

value

list. Configuration as a list

Value

RacipeSE object

Examples

rSet <- RacipeSE()
tmpConfig <- sracipeConfig(rSet)
sracipeConfig(rSet) <- tmpConfig
rm(rSet, tmpConfig)

lusystemsbio/sRACIPE documentation built on Dec. 9, 2024, 8:25 a.m.