Learn R Programming

SimInf (version 11.1.0)

show,SimInf_individual_events-method: Brief summary of a SimInf_individual_events object

Description

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 SimInf_individual_events
show(object)

Value

The object, returned invisibly.

Arguments

object

The SimInf_individual_events object to display.

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.