Description Usage Arguments Value Data.table variables and initialisation
Creates an initial data.table of juvenile agents. Since this is an initial spread, some data is made up/dummy: for example, we don't know the ID of the parents. Latitude/Longitude of agents is randomly determined and added to the data.table after construction.
1 | initialise_juveniles(Njuv, param, grid.df, boundaryDat)
|
Njuv |
The number of initial juvenile agents. |
A data.table of Njuv juvenile agents.
ID of mother.
ID of father.
Age in days. Initialised uniform randomly around what we would expect young adults to be.
Development stage of clutch. 1: egg, 2: larvae, 3: pupae.
Probability of carrying Wolbachia. 0: no Wolbachia, -1: Cytoplasmic Incompatability, else infProb is nonzero.
Initial north/south or 'y' coordinate of agent. Should start with -16.
Initial east/west of 'x' coordinate of agent. Should start with 145.
Number of juveniles in the clutch.
Enzyme Kinetic Score of agents. Initialised uniform randomly. FIX
Probability of death.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.