# png image
imageN <- 5; # increase this to see image
centre <- 0.0
L <- 4.0
image<-MandelImage(imageN,centre,L);
#file <- "mandelbrot1.png"
# writePNG(image,file); # possible visualisation
# Closer lookup to set
imageN <- 5;
centre <- -0.5
L <- 2.0
image<-MandelImage(imageN,centre,L);
# file <- "mandelbrot.png"
#writePNG(image,file); # possible visualisation
Run the code above in your browser using DataLab