gillespie: Stochastic simulation using the standard Gillespie algorithm

Description Usage Arguments Value Author(s) Examples

View source: R/gillespie.R

Description

Stochastic simulation using the standard Gillespie algorithm

Usage

1
  gillespie(model, maxtime)

Arguments

model

a skm object, created using the create_model function

maxtime

the maximum simulation time

Value

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

Author(s)

Colin Gillespie

Examples

1
2
demo(lv)
gillespie(model, 10)

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

Related to gillespie in issb...