verbose.net {EpiModel} | R Documentation |
Progress Print Module for Stochastic Network Models
Description
This function prints progress from stochastic network models
simulated with netsim
to the console.
Usage
verbose.net(x, type, s = 1, at = 2)
Arguments
x |
If the |
type |
Progress type, either of "startup" for starting messages before all simulations, or "progress" for time step specific messages. |
s |
Current simulation number, if type is "progress". |
at |
Current time step, if type is "progress". |
[Package EpiModel version 2.5.0 Index]