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.7)LindenmayeR_0.1.14.zip(r-4.6)LindenmayeR_0.1.14.zip(r-4.5)
LindenmayeR_0.1.14.tgz(r-4.6-any)LindenmayeR_0.1.14.tgz(r-4.5-any)
LindenmayeR_0.1.14.tar.gz(r-4.7-any)LindenmayeR_0.1.14.tar.gz(r-4.6-any)
LindenmayeR_0.1.14.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
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 from:b370f3a25a. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 114 | ||
| source / vignettes | OK | 132 | ||
| linux-release-x86_64 | OK | 112 | ||
| macos-release-arm64 | OK | 111 | ||
| macos-oldrel-arm64 | OK | 84 | ||
| windows-devel | OK | 63 | ||
| windows-release | OK | 67 | ||
| windows-oldrel | OK | 55 | ||
| wasm-release | OK | 99 |
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 |
