View source: R/default_transition_functions.R
feed_fun | R Documentation |
Probability of actively questing and then finding a host
feed_fun(x, y, a, pref, q, tmin, tmax)
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. Numeric vector of length 1 indicating temperature. |
a |
Parameter |
pref |
Parameters named |
q |
Parameter |
tmin |
Parameter |
tmax |
Parameter |
Product of binomial and Briere functions (prob of finding a host) * (prob of active questing)
Numeric vector of length 1
feed_fun(10, 30, .001, .1, .5, 20, 40)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.