Show Menu
Cheatography

Netlogo Cheat Sheet (DRAFT) by

A simple Netlogo cheat sheet for commands learned in my master course

This is a draft cheat sheet. It is a work in progress and is not finished yet.

Data Types

Number
String
Boolean (true/­false)
Agent
Agentset
 

Build-in Global Variables

netlog­o-v­ersion
[read-­only] Display version of Netlogo instal­lation
min-pxcor
,

max-pxcor
[read-­only] Minimum and maximum x-coor­dinate on field
min-pycor
,

max-pycor
[read-­only] Minimum and maximum y-coor­dinate on field
world-­width
,

world-height
[read-­only]
ticks
[read-­only]
date-a­nd-time
[read-­only]
behaviorspace-
experiment-name
behaviorspace-
run-number
[read-­only]