log_ {simmer} | R Documentation |
Activity for displaying messages preceded by the simulation time and the name of the arrival.
log_(.trj, message, level = 0)
.trj |
the trajectory object. |
message |
the message to display, accepts either a string or a callable object (a function) which must return a string. |
level |
debugging level. The |
Returns the trajectory object.