View source: R/default_transition_functions.R
infect_fun | R Documentation |
Probability that a feeding tick becomes engorged infected or uninfected
infect_fun(x, 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. |
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
infect_fun(10, 0, 0, .3, 1)
infect_fun(10, 0, 1, .3, 1)
infect_fun(10, 1, 1, .3, 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.