sracipeParams-set: A method to set the simulation parameters

Description Usage Arguments Value Examples

Description

Set the parameters

Usage

1
2
3
4
sracipeParams(.object) <- value

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

Arguments

.object

RacipeSE object

value

DataFrame containing the parameteres

Value

A RacipeSE object

Examples

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)

vivekkohar/sRACIPE documentation built on March 21, 2021, 8:19 p.m.