Modeling Space Contagion - A spreading of the media based on direct contact. Percalation - Copying of features typically from a lower to a higher level of constituency. For example, diffusion of water
Cellular Automation: A cellular automaton is an array of identically programmed automata, or "cells", which interact with one another.
* Some nice Netlogo tips * contagion-simple.nlogo "monitor function = outputs some quantity
"ask patch (round mouse_x-cor)(round mouse_ycor)" = rounds the coordinates to nearest integer.
"neighbors4" = looking at neighbors above, below, left, right
"neighbors" = looking at all neighbors, diagonally included
IMPORTANT FACT FOR CELLULAR AUTOMATION: The patches need to evaluate their state before being updated.
