An R experiment to create images generated by a modification of the stepping stone cellular automaton.
Examples:
You will need to install the following packages (if you don't have them already):
install.packages("tidyverse")
install.packages("Rcpp")
install.packages("reshape2")
install.packages("colourlovers")
-
A complete explanation of the experiment can be found at fronkonstin
-
Inspiration: Softology.
- Antonio Sánchez Chinchón - @aschinchon








