Skip to contents

Display the number of unique individuals and the total number of event records in a SimInf_individual_events object. The individual count reflects the distinct id values, while the event count represents all recorded events (exit, enter, internal transfer, and external transfer).

Usage

# S4 method for class 'SimInf_individual_events'
show(object)

Arguments

object

The SimInf_individual_events object to display.

Value

The object, returned invisibly.

See also

individual_events for creating SimInf_individual_events objects, SimInf_individual_events for the class definition, SimInf_events for the node-level event class.