Mauricio Paletta
March 24, 2018
Infinitely complex patterns that are self-similar across different scales. They are created by repeating a simple process over and over in an ongoing feedback loop. For more information please visit:
The R code used in this project was written by Voevudko A. E., Ph.D. For more information please visit:
https://www.codeproject.com/Articles/1195034/A-Few-Approaches-to-Generating-Fractal-Images-in-R
The fractal is generated automatically using the parameters selected in the panel on the left. There are three parameters:
p <- gpKronFractal(matrix(c(0, 1, 0, 1, 1, 1, 0, 1, 0),
ncol = 3, nrow = 3, byrow = TRUE),
4, "VicsekFractal1", "red", "Vicsek Fractal")