Learn R Programming

IxPopDyMod (version 0.3.0)

ogden_feed_fun: 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)

Value

Numeric vector of length 1

Arguments

x

Predictor 1 in transitions table. Numeric vector of length 1 indicating temperature.

a

Parameter a in parameters table.

q

Parameter q in parameters table. Used in Briere function.

tmin

Parameter tmin in parameters table. Indicates minimum temperature at which ticks actively quest.

tmax

Parameter tmax in parameters table. Indicates maximum temperature at which ticks actively quest.

Details

(const prob of finding a host) * (prob of active questing)

See Also

Based on Ogden et al. (2005) tools:::Rd_expr_doi("10.1016/j.ijpara.2004.12.013")

Examples

Run this code
ogden_feed_fun(30, .03, .01, 10, 35)

Run the code above in your browser using DataLab