Provides an Interface to the Agent-Based Modelling Platform 'NetLogo'
Loads a model into the NetLogo instance.
Sets a variable of one or more agent(s) to value(s) in a data.frame or...
Sets a variable of all patches in the NetLogo world to the values in a...
Quits a NetLogo instance.
Reports a value or list of values
Executes a command in the referenced NetLogo instance.
Transforms a data.frame into a NetLogo list or multiple NetLogo lists ...
Repeats execution of a command in the referenced NetLogo instance a de...
Repeats a command in the referenced NetLogo instance while a reporter ...
Repeats a command and a reporter in the referenced NetLogo instance a ...
Repeats execution of a command and a reporter in the referenced NetLog...
Reports variable value(s) of one or more agent(s) as a data.frame (opt...
Captures a network.
Reports the values of patch variables as a data.frame (optional as a l...
Sets the variable value of one or more patch(es) to value(s) in a data...
Creates or appends NetLogo code from R.
Creates an instance of NetLogo
Provides an interface to the agent-based modelling platform NetLogo
Interface to use and access Wilensky's 'NetLogo' (Wilensky 1999) from R using either headless (no GUI) or interactive GUI mode. Provides functions to load models, execute commands, and get values from reporters. Mostly analogous to the 'NetLogo' 'Mathematica' Link <https://github.com/NetLogo/Mathematica-Link>.