SimInf_indiv_events-class {SimInf} | R Documentation |
Class "SimInf_indiv_events"
Description
Class "SimInf_indiv_events"
Slots
id
an integer or character identifier of the individual.
event
four event types are supported: exit, enter, internal transfer, and external transfer. When assigning the events, they can either be coded as a numerical value or a character string: exit;
0
or'exit'
, enter;1
or'enter'
, internal transfer;2
or'intTrans'
, and external transfer;3
or'extTrans'
.time
an integer, character, or date (of class
Date
) for when the event occured. If it's a character it must be able to coerce toDate
.node
an integer or character identifier of the source node.
dest
an integer or character identifier of the destination node.
[Package SimInf version 9.8.1 Index]