glv: Generalized Lotka-Volterra equation

Description Usage Arguments

View source: R/simulateCommunity.R

Description

The coupled ODE of growth rates of species in the community, with parameters reflecting their interaction intensity. To be used as input to deSolve ODE solver.

Usage

1
glv(time, x, param)

Arguments

time

Time point for solver evaluation.

x

Species abundance.

param

Need alpha, c0 and ck. See growthFunction doc.


yuan-yin-truly/CommunitySim documentation built on Jan. 21, 2022, 9:11 p.m.