solve: Solve initial value problem for Lotka-Volterra equations

Description Usage Arguments Value

Description

Use Euler's method to numerically integrate the Lotka-Volterra equations.

Usage

1
solve(params, init_state, time_range, step_size)

Arguments

params

object of class "LotkaVolterraParams"

init_state

object of class "LotkaVolterraState"

time_range

upper limit of integration

step_size

step size for linear approximations

Value

matrix


atmunr/mmbr documentation built on Oct. 6, 2020, 2:51 a.m.