Package: LindenmayeR Type: Package Title: Functions to Explore L-Systems (Lindenmayer Systems) Version: 0.1.14 Date: 2019-06-05 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. License: GPL (>= 3) Depends: stringr, grid ByteCompile: TRUE BugReports: https://github.com/bryanhanson/LindenmayeR/issues Authors@R: c(person("Bryan", "Hanson", role = c("aut", "cre"), email = "hanson@depauw.edu")) RoxygenNote: 6.1.1 Config/pak/sysreqs: libicu-dev Repository: https://bryanhanson.r-universe.dev Date/Publication: 2019-06-06 01:00:53 UTC RemoteUrl: https://github.com/bryanhanson/lindenmayer RemoteRef: HEAD RemoteSha: b370f3a25a160c630fe79d6bdb45e6868e238979 NeedsCompilation: no Packaged: 2026-06-10 08:59:50 UTC; root Author: Bryan Hanson [aut, cre] Maintainer: Bryan Hanson