Class "SimInf_individual_events"
Source: R/SimInf_individual_events.R
SimInf_individual_events-class.RdClass "SimInf_individual_events"
Slots
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;
0or'exit', enter;1or'enter', internal transfer;2or'intTrans', and external transfer;3or'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 toDate.nodean integer or character identifier of the source node.
destan integer or character identifier of the destination node.