density_fun {IxPopDyMod} | R Documentation |
Density dependent mortality
Description
Density dependent mortality
Usage
density_fun(x, y, a, b, c, pref)
Arguments
x |
Predictor 1 in transitions table. Numeric vector indicating host density for each of the host species. Length should be equal to the number of host species. |
y |
Predictor 2 in transitions table. Number of feeding ticks in life stages specified by predictor 2. |
a |
Parameter |
b |
Parameter |
c |
Parameter |
pref |
Parameters named |
Value
Numeric vector of length 1, indicating mortality rate
Examples
density_fun(c(10, 20), 100, .1, .3, .2, c(.5, .8))
[Package IxPopDyMod version 0.3.0 Index]