Compute blood feeding objects: setup for static models
Source:R/blood_feeding.R
BloodFeeding.setup.Rd
This sets up host availability, \(W\), total blood host availability, \(B\), the time spent matrix \(\Theta\), and the time-at-risk matrix \(\Psi\) for static models.
Usage
# S3 method for class 'setup'
BloodFeeding(t, y, pars)
Details
The mixing matrix, \(\beta\), depends on
blood feeding terms, so the class of pars$beta
must also
be updated, if they are not dynamic, so trigger_setup is called.