entryRateFuncDefault {microPop}R Documentation

entry Rate Function

Description

Return the rate of entry to the system for any state variable

Usage

entryRateFuncDefault(
  varName,
  varValue,
  stateVarValues,
  time,
  inflowRate,
  parms
)

Arguments

varName

(string) Name of state variable of interest (resource name or strain name)

varValue

(scalar) value of state variable of interest

stateVarValues

(named vector) values of all state variables

time

(scalar) time

inflowRate

(named vector) on inflow rates (specified in SysInfo files)

parms

List containing all system parameters

Value

(scalar) rate of entry (quantity per unit time) for any state variable


[Package microPop version 1.6 Index]