expo_fun {IxPopDyMod} | R Documentation |
Exponential function
Description
Exponential function
Usage
expo_fun(x, a, b)
Arguments
x |
Predictor 1 in transitions table. |
a |
Parameter |
b |
Parameter |
Value
Numeric vector of length 1
Examples
expo_fun(.5, .1, .3)
[Package IxPopDyMod version 0.3.0 Index]