competition: competition

Description Usage Arguments Details Value Author(s)

Description

A competition system in which two populations of animals compete for the same limited resource

Usage

1
competition(mu = 2, lambda = 2, Kx = 1000, Ky = 500)

Arguments

mu

coefficient, see details

lambda

coefficient, see details

Kx

coefficient, see details

Ky

coefficient, see details

Details

derivate function for system

dx = mu*(1-(x+y)/Kx)*x

dy = lambda*(1-(x+y)/Ky)*y

Value

closure calculating the derivative based on vector arguments (x,y).

Author(s)

Thomas Wutzler


pplane documentation built on May 2, 2019, 6:07 p.m.