sracipeIC<- {sRACIPE}R Documentation

A method to set the initial conditions

Description

Set the initial conditions

Usage

sracipeIC(.object) <- value

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

Arguments

.object

RacipeSE object

value

DataFrame containing the initial conditions

Value

A RacipeSE object

Examples

data("demoCircuit")
rSet <- sRACIPE::sracipeSimulate(circuit = demoCircuit, numModels = 10, 
integrate=FALSE)
ics <- sracipeIC(rSet)
sracipeIC(rSet) <- ics
rm(rSet, ics)

[Package sRACIPE version 1.6.0 Index]