removalRateFuncDefault: Removal Rate Function

Description Usage Arguments Value

View source: R/removalRateFuncDefault.R

Description

Return the rate of removal of any state variable from the system This is called in the ODE derivs func

Usage

1
removalRateFuncDefault(varName, varValue, stateVarValues, time, washOut, parms)

Arguments

varName

(string) Name of state variable of interest (this is group name or a resource name - NOT a strain name)

varValue

(scalar) value of state variable of interest

stateVarValues

(named vector) values of all state variables

time

(scalar) time

washOut

(named vector) of wash out rates (per unit time) of groups and resources (specified in SysInfo files)

parms

List containing all system parameters

Value

(scalar) rate of removal (quantity per unit time) for the state variable varName


HelenKettle/microPop documentation built on May 18, 2019, 9:15 p.m.