Package: LindenmayeR 0.1.14
LindenmayeR: Functions to Explore L-Systems (Lindenmayer Systems)
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.
Authors:
LindenmayeR_0.1.14.tar.gz
LindenmayeR_0.1.14.zip(r-4.5)LindenmayeR_0.1.14.zip(r-4.4)LindenmayeR_0.1.14.zip(r-4.3)
LindenmayeR_0.1.14.tgz(r-4.4-any)LindenmayeR_0.1.14.tgz(r-4.3-any)
LindenmayeR_0.1.14.tar.gz(r-4.5-noble)LindenmayeR_0.1.14.tar.gz(r-4.4-noble)
LindenmayeR_0.1.14.tgz(r-4.4-emscripten)LindenmayeR_0.1.14.tgz(r-4.3-emscripten)
LindenmayeR.pdf |LindenmayeR.html✨
LindenmayeR/json (API)
NEWS
# Install 'LindenmayeR' in R: |
install.packages('LindenmayeR', repos = c('https://bryanhanson.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/bryanhanson/lindenmayer/issues
Last updated 5 years agofrom:b370f3a25a. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 19 2024 |
R-4.5-win | OK | Nov 19 2024 |
R-4.5-linux | OK | Nov 19 2024 |
R-4.4-win | OK | Nov 19 2024 |
R-4.4-mac | OK | Nov 19 2024 |
R-4.3-win | OK | Nov 19 2024 |
R-4.3-mac | OK | Nov 19 2024 |
Dependencies:cligluelifecyclemagrittrrlangstringistringrvctrs
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Lindenmayer System Functions | LindenmayeR-package LindenmayeR |
Draw a 2D L-System Using Turtle Graphics | drawLsys |
Rewrite an Axiom Using Production Rules to Give a String Ready for Turtle Graphics | Lsys |