Package: LindenmayeR
Type: Package
Title: Functions to Explore L-Systems (Lindenmayer Systems)
Version: 0.1.13
Date: 2017-07-31
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.0.1
NeedsCompilation: no
Packaged: 2017-07-31 19:02:05 UTC; bryanhanson
Author: Bryan Hanson [aut, cre]
Maintainer: Bryan Hanson <hanson@depauw.edu>
Repository: CRAN
Date/Publication: 2017-07-31 21:52:31 UTC
Built: R 4.0.2; ; 2020-07-16 01:35:16 UTC; unix
