Rev Language Reference


fnDECRateMatrix

Usage

fnDECRateMatrix(RealPos[][] dispersalRates, RealPos[][] extirpationRates, Simplex rangeSize, String nullRange, Natural maxRangeSize)

Arguments

dispersalRates : RealPos[][] (pass by const reference)
Matrix of dispersal rates between areas.
extirpationRates : RealPos[][] (pass by const reference)
Matrix of extirpation rates.
rangeSize : Simplex (pass by const reference)
Relative proportions of range sizes.
Default : [ ]
nullRange : String (pass by value)
How should DEC handle the null range?
Default : CondSurv
Options : CondSurv|Exclude|Include
maxRangeSize : Natural (pass by value)
Maximum range size.
Default : 0

Return Type