Model zoo (in Netlogo) for the book Spatial Simulation: Exploring Pattern and Process.
This is the collection of Netlogo models we built for our book Spatial Simulation: Exploring Pattern and Process. The models are also available at the book website.
The purpose of putting the models here, is to speed up the process of adequately commenting them, and also to make it easier to make minor tweaks and corrections to the code.
The models as originally released when the book appeared (and as used to generate the figures in the book) are in the folder as-released
. These will not change, and will not be updated to remain compatible with later versions of NetLogo. There were written for NetLogo 5.0.x. They will likely work with other NetLogo 5.x versions, but you will need to have the necessary extensions installed. If opened in later versions of NetLogo, the automated translation provided may work, but it might not. This folder is split into a base-models
folder which should not need any extensions and a using-R
folder which requires the r
extension.
Models are being slowly updated, to add more information about how they work and additional in-code comments, and more recently for compatibility with NetLogo 6.x. The latest versions of the models are in the top level base-models
folder. Some models require the NetLogo R extension to be installed.
A 'frozen' release of these folders compatible with NetLogo 5.3 was created on 18 November, 2017: v0.5.3 release
A 'final for now' release of these folders compatible with NetLogo 6.4.x was created on 2 August, 2024: v0.6.4 release.
The most current code in base-models
and using-R
folders aims to be compatible with current recent versions of NetLogo.
Models in base-models
and using-R
should all work with NetLogo 6.2.x. Models in as-released
and misc
will not. Note that the models now use only extensions that come standard with NetLogo (r and palette).