kone wrote: > Hi everybody, > > I put some R-code to a web page for drawing fractals. See > > http://fractalswithr.blogspot.com/ > > If you have some R-code for fractal images, I'm willing to include > them to the page. > > Has somebody tried L-systems or Markov algorithm (http:// > en.wikipedia.org/wiki/Markov_algorithm) with R?
Here's an interactive example of how to draw pretty pictures with polynomials and other R functions: http://biostat3.mc.vanderbilt.edu/polyart/ ...without the pop-up windows ;) Cheers, Jeff -- http://biostat.mc.vanderbilt.edu/JeffreyHorner ______________________________________________ [EMAIL PROTECTED] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.
