View source: R/nosoi_tablesManagment.R
newLineState | R Documentation |
This function creates a new line for the table,
The lines are to be bounded with rbindlist
.
newLineState(
hosts.ID,
state.pres,
time.is,
current.environmental.value = NA,
current.cell.number.raster = NA
)
hosts.ID |
unique ID for the new host |
state.pres |
state in which host currently is |
time.is |
time in the simulation, when the infection takes place |
current.environmental.value |
current value of environmental variable (from raster) according to coordinates in current.in. |
current.cell.number.raster |
unique number of the raster cell where the host is |
a list with the new line to add.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.