Content deleted Content added
Clarified the connection between the code block on the left and the diagnostic plots on the right. |
m →Mandelbrot set: CE |
||
Line 406:
=== Mandelbrot set ===
[[File:Mandelbrot Creation Animation.gif|thumb|200px|"Mandelbrot.gif" graphic created in R. (Note: Colors differ from actual output.)]]
This example of a [[Mandelbrot set]]
<syntaxhighlight lang="r">
install.packages("caTools")
</syntaxhighlight>
<syntaxhighlight lang="r">
library(caTools)
|