"SimInf_indiv_events"Class "SimInf_indiv_events"
idan integer or character identifier of the individual.
eventfour 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'.
timean integer, character, or date (of class Date)
for when the event occured. If it's a character it must be
able to coerce to Date.
nodean integer or character identifier of the source node.
destan integer or character identifier of the destination node.