writeEventInfo: Write simulation event info to file
Description
Useful for debugging.
Usage
writeEventInfo(sim, file = "events.txt", append = FALSE)
Arguments
file
Character specifying the filename (default "events.txt").
append
Logical indicating whether to append to the file (default FALSE).
Value
Nothing returned. Invoked for its side-effect of writing to file.