View source: R/default_transition_functions.R
ogden_feed_fun | R Documentation |
Probability of actively questing times constant host finding probability
ogden_feed_fun(x, a, q, tmin, tmax)
x |
Predictor 1 in transitions table. Numeric vector of length 1 indicating temperature. |
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) \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1016/j.ijpara.2004.12.013")}
ogden_feed_fun(30, .03, .01, 10, 35)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.