pleap: A simple poisson leap method

Description Usage Arguments Value Author(s) Examples

View source: R/pleap.R

Description

A simple poisson leap method

Usage

1
  pleap(model, maxtime, ddt)

Arguments

ddt

the timestep.

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)
pleap(model, 10, 0.1)

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

Related to pleap in issb...