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.
| Version: | 0.1.13 | 
| Depends: | stringr, grid | 
| Published: | 2017-07-31 | 
| Author: | Bryan Hanson [aut, cre] | 
| Maintainer: | Bryan Hanson <hanson at depauw.edu> | 
| BugReports: | https://github.com/bryanhanson/LindenmayeR/issues | 
| License: | GPL (≥ 3) | 
| NeedsCompilation: | no | 
| Materials: | NEWS | 
| CRAN checks: | LindenmayeR results | 
| Reference manual: | LindenmayeR.pdf | 
| Package source: | LindenmayeR_0.1.13.tar.gz | 
| Windows binaries: | r-devel: LindenmayeR_0.1.13.zip, r-release: LindenmayeR_0.1.13.zip, r-oldrel: LindenmayeR_0.1.13.zip | 
| macOS binaries: | r-release: LindenmayeR_0.1.13.tgz, r-oldrel: LindenmayeR_0.1.13.tgz | 
| Old sources: | LindenmayeR archive | 
Please use the canonical form https://CRAN.R-project.org/package=LindenmayeR to link to this page.