View source: R/default_transition_functions.R
density_fun | R Documentation |
Density dependent mortality
density_fun(x, y, a, b, c, pref)
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 |
Numeric vector of length 1, indicating mortality rate
density_fun(c(10, 20), 100, .1, .3, .2, c(.5, .8))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.