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 a in parameters table.

b

Parameter b in parameters table.

Value

Numeric vector of length 1

Examples

expo_fun(.5, .1, .3)


[Package IxPopDyMod version 0.3.0 Index]