nl_set_agent_reports: Set or change agent reports

Description Usage Arguments Value See Also

Description

Set reporting of variable value(s) of one or more agent(s) as a data.frame

Usage

1
2
nl_set_agent_reports(experiment, agents_before = NULL, agents_after = NULL,
  agents_step = NULL, patches_before = NULL, patches_after = NULL)

Arguments

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

Value

NetLogo experiment object

See Also

To create an experiment object use nl_experiment


bergant/nlexperiment documentation built on May 12, 2019, 3:05 p.m.