Hi,
I was playing with Mandelbrot sets and come up with the following code, I thought I would share:
library(fields) # for tim.colors library(caTools) # for write.gif m = 400 # grid size C = complex( real=rep(seq(-1.8,0.6, length.out=m), each=m ), imag=rep(seq(-1.2,1.2, length.out=m), m ) ) C = matrix(C,m,m)
Jarek
====================================================\==== Jarek Tuszynski, PhD. o / \ Science Applications International Corporation <\__,| (703) 676-4192 "> \ Jaroslaw.W.Tuszynski@saic.com ` \ ______________________________________________R-help@stat.math.ethz.ch mailing list
This archive was generated by hypermail 2.1.8 : Fri 03 Mar 2006 - 03:40:35 EST