cycleModelSim: Run model to time t

Description Usage Arguments Value Examples

Description

Run model to time t

Usage

1
cycleModelSim(x, start = c(1, 1, 0), time)

Arguments

x

The unknown parameters

start

The starting point of the model.

t

The time to simulate.

Value

The results of the simulation at t.

Examples

1
cycleModelSim(c(0.1, 0.2, 0.0, 0.01), time = 10.0)

meyer-lab/cell-cycle-growth documentation built on May 13, 2019, 6:09 p.m.