feed_fun {IxPopDyMod} | R Documentation |
Probability of actively questing and then finding a host
Description
Probability of actively questing and then finding a host
Usage
feed_fun(x, y, a, pref, q, tmin, tmax)
Arguments
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 |
Details
Product of binomial and Briere functions (prob of finding a host) * (prob of active questing)
Value
Numeric vector of length 1
Examples
feed_fun(10, 30, .001, .1, .5, 20, 40)