This function creates a new line for the table.
The lines are to be bounded with rbindlist
.
newLine(
hosts.ID,
infected.by,
infected.in,
time.is,
ParamHost,
current.environmental.value = NULL,
current.cell.number.raster = NULL,
current.count.A = integer(0),
current.count.B = integer(0)
)
unique ID for the new host
unique ID of host that transmits to the new one
state in which the host was infected
time in the simulation, when the infection takes place
list of individual based parameters.
current environmental value
unique number of the raster cell where the host is
current count of host A
current count of host B
state in which the host currently is
a list with the new line to add.