Description Usage Arguments Details Value Examples
View source: R/transition_functions.R
Probability that a feeding tick becomes engorged infected or uninfected
1 | infect_fun(x, y, from_infected, to_infected, host_rc, 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. Not used in this function. |
from_infected |
Parameter |
to_infected |
Parameter |
host_rc |
Parameters named |
pref |
Parameters named |
Since density dependent mortality is subtracted later, in this function we assume that all feeding ticks feed successfully and become engorged.
Numeric vector of length 1
1 2 3 | infect_fun(10, NULL, 0, 0, .3, 1)
infect_fun(10, NULL, 0, 1, .3, 1)
infect_fun(10, NULL, 1, 1, .3, 1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.