ogden_feed_fun {IxPopDyMod} | R Documentation |
Probability of actively questing times constant host finding probability
Description
Probability of actively questing times constant host finding probability
Usage
ogden_feed_fun(x, a, q, tmin, tmax)
Arguments
x |
Predictor 1 in transitions table. Numeric vector of length 1 indicating temperature. |
a |
Parameter |
q |
Parameter |
tmin |
Parameter |
tmax |
Parameter |
Details
(const prob of finding a host) * (prob of active questing)
Value
Numeric vector of length 1
See Also
Based on Ogden et al. (2005) doi:10.1016/j.ijpara.2004.12.013
Examples
ogden_feed_fun(30, .03, .01, 10, 35)
[Package IxPopDyMod version 0.3.0 Index]