SimInf_indiv_events
Lookup individuals, in which node they are located and their age at a specified time-point.
get_individuals(x, time = NULL)# S4 method for SimInf_indiv_events
get_individuals(x, time = NULL)
a data.frame
with the columns id
,
node
, and age
.
an individual events object of class
SimInf_indiv_events
.
the time-point for the lookup of individuals. Default
is NULL
which means to extract the individuals at the
minimum time-point in the events object x
.