compute_f.BQ {MicroMoB}R Documentation

Compute mosquito feeding rate for BQ model (ff)

Description

Blood feeding rates are modeled as a Holling type 2 (rational) function of blood host availability.

f(B)=fxsfB1+sfBf(B) = f_x \frac{s_f B}{1+s_f B}

Here fxf_x is the maximum blood feeding rate and sfs_f is a scaling parameter.

Usage

## S3 method for class 'BQ'
compute_f(model, B)

Arguments

model

an object from make_MicroMoB

B

a vector of length p giving total blood host availability by patch

Value

a vector of length p giving the per-capita blood feeding rate of mosquitoes in each blood feeding haunt


[Package MicroMoB version 0.1.2 Index]