This function prints progress from stochastic network models
simulated with netsim
to the console.
verbose.net(x, type, s = 1, at = 2)
If the type
is "startup", then an object of class
control.net
; otherwise, an object of class netsim_dat
,
the main data object in netsim
simulations.
Progress type, either of "startup" for starting messages before all simulations, or "progress" for time step specific messages.
Current simulation number, if type is "progress".
Current time step, if type is "progress".