Description Usage Arguments Details Value See Also Examples
View source: R/transition_functions.R
Probability of actively questing times constant host finding probability
1 | ogden_feed_fun(x, y, a, q, tmin, tmax)
|
x |
Predictor 1 in transitions table. Numeric vector of length 1 indicating temperature. |
y |
Predictor 2 in transitions table. Not used in this function. |
a |
Parameter |
q |
Parameter |
tmin |
Parameter |
tmax |
Parameter |
(const prob of finding a host) * (prob of active questing)
Numeric vector of length 1
Based on Ogden et al. (2005) doi: 10.1016/j.ijpara.2004.12.013
1 | ogden_feed_fun(30, NULL, .03, .01, 10, 35)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.