nl_set_agent_reports | R Documentation |
Set reporting of variable value(s) of one or more agent(s) as a data.frame
nl_set_agent_reports(experiment, agents_before = NULL, agents_after = NULL, agents_step = NULL, patches_before = NULL, patches_after = NULL)
experiment
|
NetLogo experiment object |
agents_before
|
A list of agent reports to be accessed before each run. |
agents_after
|
A list of agent reports to be accessed after each run. |
agents_step
|
A list of agent reports to be accessed per each iteration (step). |
patches_before
|
A list of patches reports to be accessed before each run |
patches_after
|
A list of patches reports to be accessed after each run |
NetLogo experiment object
To create an experiment object use nl_experiment