compute_f.RM {MicroMoB}R Documentation

Compute mosquito feeding rate for RM model (f)

Description

This method simply returns the f parameter of the mosquito object, because the RM model assumes a constant blood feeding rate.

Usage

## S3 method for class 'RM'
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 patch


[Package MicroMoB version 0.1.2 Index]