deterministic: Calculates the deterministic solution of a stochastic kinetic...

Description Usage Arguments Value Author(s) See Also Examples

View source: R/deterministic.R

Description

Calculates the deterministic solution of a stochastic kinetic model

Usage

1
  deterministic(model, maxtime, tstep)

Arguments

model

a skm object, created using the create_model function

maxtime

the maximum simulation time

tstep

the output grid size. Note this doesn't (really) affect the underlying ODE solver

Value

A matrix. The first column contains the simulation time, the other columns contain the species levels. levels

Author(s)

Colin Gillespie

See Also

create_model

Examples

1
2
demo(lv)
deterministic(model, 10, 0.1)

issb documentation built on May 2, 2019, 4:43 p.m.

Related to deterministic in issb...