mosquito_trapping: Trapping of mosquitoes.

Description Usage Arguments Value

View source: R/updates.R

Description

This algorithm cycles through every trap in the region that is active at time t. Every adult mosquito within 'radius' phi/2 of the trap has a 50 ('Radius' here referring to a square of lenth phi.) Returns list of mosquito IDs that are to be trapped.

Usage

1
mosquito_trapping(trapID, phi, mozzie.dt)

Arguments

trapID

unique ID of trap

phi

phi/2 is the radius of influence of the trap.

mozzie.dt

data.table of adult agents

Value

List of mosquito IDs that are to be trapped.


beeysian/cairnsmozzie documentation built on Feb. 15, 2021, 12:12 a.m.