Learn R Programming

LindenmayeR (version 0.1.13)

Functions to Explore L-Systems (Lindenmayer Systems)

Description

L-systems or Lindenmayer systems are parallel rewriting systems which can be used to simulate biological forms and certain kinds of fractals. Briefly, in an L-system a series of symbols in a string are replaced iteratively according to rules to give a more complex string. Eventually, the symbols are translated into turtle graphics for plotting. Wikipedia has a very good introduction: en.wikipedia.org/wiki/L-system This package provides basic functions for exploring L-systems.

Copy Link

Version

Install

install.packages('LindenmayeR')

Monthly Downloads

170

Version

0.1.13

License

GPL (>= 3)

Maintainer

Last Published

July 31st, 2017

Functions in LindenmayeR (0.1.13)

drawLsys

Draw a 2D L-System Using Turtle Graphics
LindenmayeR-package

Lindenmayer System Functions
Lsys

Rewrite an Axiom Using Production Rules to Give a String Ready for Turtle Graphics