generate_foi: FOI calculation

Description Usage Arguments Value

View source: R/RcppExports.R

Description

Calculates the force of infection over time for an SEIR model

Usage

1
generate_foi(IM, NH, b, pMH, tstep)

Arguments

IM

a numeric vector of number of infected mosquitoes over time

NH

the constant human population size

b

the per vector per day bite rate

pMH

the probability of transmission upon bite

tstep

the time step over which to bucket the force of infection. Best left to 1 for 1 day

Value

the vector of FOI


jameshay218/zikaProj documentation built on Jan. 9, 2020, 7:26 p.m.