find_n_feed {IxPopDyMod} | R Documentation |
Probability of finding a host and successfully feeding on it
Description
Probability of finding a host and successfully feeding on it
Usage
find_n_feed(x, a, pref, feed_success)
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. |
a |
Parameter |
pref |
Parameters named |
feed_success |
Parameters named |
Value
Numeric vector of length 1 indicating probability that ticks find any host and then successfully feed on that host.
Examples
find_n_feed(10, .1, 1, .5)
find_n_feed(runif(2) * 10, .1, runif(2), runif(2))