engine.load {simulator} R Documentation

create a new virtual cell engine

Description

Usage

engine.load(vcell,
    inits = NULL,
    iterations = 100,
    time.resolutions = 10000,
    dynamics = NULL,
    showProgress = TRUE,
    unit.test = FALSE,
    debug = FALSE);

Arguments

inits

[as Definition]

vcell

[as CellularModule]

iterations

[as integer]

time.resolutions

[as integer]

dynamics

[as FluxBaseline]

Details

Authors

vcellkit

Value

this function returns data object of type Engine.

clr value class

Examples


[Package simulator version 1.0.0.0 Index]