Learn R Programming

ABM (version 0.4.1)

getTime: returns the event time

Description

returns the event time

Value

a numeric value

This function avoids the overhead of an R6 class, and is thus faster. This is the recommended method to get event time in an event handler.

Arguments

event

an external pointer returned by the newEvent function.