View source: R/output_utilityFunctions.R
getTableState | R Documentation |
table.state
from a nosoiSim
objectThis function extracts the table.state
for the request host-type from a nosoiSim
object. table.state
is present only if there is any structure (discrete or continuous) used.
getTableState(nosoi.output, pop = "A")
nosoi.output |
an object of class |
pop |
the host-type to be extracted (either "A" or "B", if not dual-host, then "A") |
Returns a data.table
with the requested data. The table.state
(class data.table
) contains informations the location of each host during time (one row is one host at one location).
The structure of the table is the following:
Unique identifier for the host, based on user-defined prefix and an integer.
State or coordinates (in that case state.x and state.y) in which the host is during that time interval.
(only if continuous structure is present) Environmental value (raster cell value) in which the host is at the end of the simulation.
(only if continuous structure is present) Raster cell numeric ID in which the host is at the end of the simulation.
Time-step at which the host moved to the location.
Time-step at which the host exited the location (either by exiting the simulation or moving somewhere else).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.