RNetLogo-package |
Provides an interface to the agent-based modelling plattform NetLogo |
NLCommand |
Executes a command in the referenced NetLogo instance. |
NLDfToList |
Transforms a data.frame into a NetLogo-List or multiple NetLogo-List (one for each column of the data.frame). |
NLDoCommand |
Repeated execution of a command in the referenced NetLogo instance for a defined number of repetitions. |
NLDoCommandWhile |
Repeated execution of a command in the referenced NetLogo instance while a reporter returns TRUE. |
NLDoReport |
Repeated execution of a command and a reporter in the referenced NetLogo instance for a defined number of repetitions. |
NLDoReportWhile |
Repeated execution of a command and a reporter in the referenced NetLogo instance while a conditional reporter returns TRUE. |
NLGetAgentSet |
Reports the values of the variables of the agent or agentset as a list |
NLGetGraph |
Captures a network. |
NLGetPatches |
Reports the values of the variables of the patches as a list |
NLLoadModel |
Loads a model into the NetLogo instance. |
NLQuit |
Quits a NetLogo instance. |
NLReport |
Reports a value or list of values |
NLSetPatches |
Function to set a patch variable of all patches of the NetLogo world to the values of a matrix. |
NLSourceFromString |
Function to create/append model source code from R to NetLogo. |
NLStart |
Creates an instance of NetLogo |
RNetLogo |
Provides an interface to the agent-based modelling plattform NetLogo |