saveout.icm | R Documentation |
This function transfers the data from the main icm_dat
class data object to the output out
object at the end of
each simulation in icm
.
saveout.icm(dat, s, out = NULL)
dat |
Main |
s |
Current simulation number. |
out |
Out list passed back in for updating at simulations 2+. |
A list with the following elements:
param: the epidemic parameters passed into the model through
param.icm
, with additional parameters added as
necessary.
control: the control settings passed into the model through
control.icm
, with additional controls added as
necessary.
epi: a list of data frames, one for each epidemiological output from the model.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.