netsim_cond_msg {EpiModel} | R Documentation |
Message to Find in Which Module a condition
Occurred
Description
This function returns a formatted string describing when, where, and why an error, message, or warning occurred.
Usage
netsim_cond_msg(cond, module, at, msg)
Arguments
cond |
The type of |
module |
The name of the module where the |
at |
The time step the |
msg |
The |
Value
A formatted string describing where and when the condition
occurred as well as the condition
's message.
[Package EpiModel version 2.5.0 Index]