View source: R/nosoi_tablesManagment.R
iniTableState | R Documentation |
This function creates the initial table for the host, with 5+number of parameters of the transmission probability function parameters, and init.individuals row(s).
iniTableState(
init.individuals,
init.structure,
prefix.host,
current.environmental.value = NULL,
current.cell.number.raster = NA
)
init.individuals |
number of initially infected individuals (i.e. number of lines at time 0). |
init.structure |
State of the initially infected individuals. |
prefix.host |
character(s) to be used as a prefix for the hosts identification number. |
current.environmental.value |
current value of the environmental variable provided by the raster according to its position in init.structure. |
current.cell.number.raster |
unique number of the raster cell where the host is |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.