Description Usage Arguments Value Data.table variables and initialisation
Simulates a release of Wolbachia-carrying mosquitoes. Releases in this experiment are always adults. Much of this is functionally similar to initialise_adults. Since this is a release, some data is made up/dummy: for example, we don't know the ID of the parents. Latitude/Longitude of agents is given by data supplied by the WMP.
1 2 3 4 5 6 7 8 9 10 11 | initialise_release(
noReleased,
noMale,
noFemale,
lat,
long,
idStart,
GID,
propInfRelease,
grid.df
)
|
noReleased |
The number of initial adult agents. |
noMale |
Number of males. |
noFemale |
Number of females. |
lat |
Latitude of release site. |
long |
Longitude of release site. |
idStart |
Index starting for new mosquito ID numbers. |
GID |
Unique identifier for a release site. From data. |
A data.table of N adult agents.
Unique ID number of agent.
Male is 0, female is 1. We know proportions of female/males released from data.
Unique ID of their mate. Since no initial mosquitoes will have a mate yet, it is initialised as -1. Males will always have mateID as -1 since they can have multiple mates.
Enzyme Kinetic Score. See init for explanation. Initialised uniform randomly.
Age in days. Initialised uniform randomly around what we would expect young adults to be.
Gonotrophic cycle. Means something different for males and females. males: number of times they've mated in a day, to be reset daily females: how many times they've laid a clutch of eggs we roughly estimate the gonoCycle of females based on age.
Timestep they died: initialised as -1 as they are alive.
Random mortality/trapped death/death due to old age: which type?
In the event of trapped death, where did they die? -1 otherwise.
Unique ID of mother. -1 since wild release.
Unique ID of father. -1 since wild release.
1 if they carry Wolbachia, 0 if no Wolbachia, -1 for CI. They should mostly be 1 with a few 0 due to incomplete transmission.
Initial north/south or 'y' coordinate of agent. Should start with -16.
Initial east/west of 'x' coordinate of agent. Should start with 145.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.