lindenmayer

Lindenmayer or L-Systems in R

https://github.com/bryanhanson/lindenmayer

Science Score: 23.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
    Found 3 DOI reference(s) in README
  • Academic publication links
  • Committers with academic emails
    1 of 2 committers (50.0%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (11.6%) to scientific vocabulary
Last synced: 11 months ago · JSON representation

Repository

Lindenmayer or L-Systems in R

Basic Info
  • Host: GitHub
  • Owner: bryanhanson
  • Language: R
  • Default Branch: master
  • Size: 204 KB
Statistics
  • Stars: 7
  • Watchers: 4
  • Forks: 1
  • Open Issues: 3
  • Releases: 0
Created almost 12 years ago · Last pushed about 7 years ago
Metadata Files
Readme

README.md

LindenmayeR

Functions to Explore L-Systems (Lindenmayer Systems)

LindenmayeR is a WORK IN PROGRESS. The fundamental structures & behavior may change at any time. Check the NEWS file.

LindenmayeR currently implements 2-dimensional, deterministic, context-free L-systems, or DOLs. Wikipedia has a very good introduction page to the topic.

Numerous implementations of L-systems can be found on the web (github has plenty). I believe this is the first one in R and it is intended as an exploratory and learning tool.

At this time, I am trying to make sure that the basic actions exist and that everything works as desired by implementing some examples from the Wikipedia page, as well as the material in the early pages of the book by Prusinkiewicz and Lindenmayer. Insofar as possible I am trying to use standard conventions. Current examples include simple fractals and some basic plant-like structures.

The long term goal is to implement awesome 3D examples. I'm in no particular hurry. This interests me because the diagrams simulating plant growth are beautiful and interesting. Long after Lindenmayer's work, it appears that the growth forms of plants work on a molecular level exactly as he imagined, via homebox type genes. See Lippman ZB, Cohen O, Alvarez JP, Abu-Abied M, Pekker I, et al. (2008) The making of a compound inflorescence in tomato and related nightshades. PLoS Biol 6(11): e288

Here is the coordinate system used in the 3D implementation.

3D Coordinate System

License Information

LindenmayeR is distributed under the GPL-3 license, as stated in the DESCRIPTION file. For more info, see the GPL site.

Questions? hanson@depauw.edu

Lagniappe

Owner

  • Name: Bryan Hanson
  • Login: bryanhanson
  • Kind: user
  • Location: Phoenix AZ USA
  • Company: DePauw University

After 32 years of teaching, I am now Professor Emeritus of Chemistry & Biochemistry at DePauw University. Busy now with software development projects.

GitHub Events

Total
Last Year

Committers

Last synced: over 3 years ago

All Time
  • Total Commits: 14
  • Total Committers: 2
  • Avg Commits per committer: 7.0
  • Development Distribution Score (DDS): 0.071
Top Committers
Name Email Commits
Bryan Hanson h****n@d****u 13
Martin M. S. Pedersen t****r@g****m 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 5
  • Total pull requests: 3
  • Average time to close issues: 3 days
  • Average time to close pull requests: 10 days
  • Total issue authors: 2
  • Total pull request authors: 2
  • Average comments per issue: 2.6
  • Average comments per pull request: 4.0
  • Merged pull requests: 2
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • HaoLi111 (4)
  • hadley (1)
Pull Request Authors
  • HaoLi111 (2)
  • MartinMSPedersen (1)
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • cran 237 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 4
  • Total maintainers: 1
cran.r-project.org: LindenmayeR

Functions to Explore L-Systems (Lindenmayer Systems)

  • Versions: 4
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 237 Last month
Rankings
Stargazers count: 21.1%
Forks count: 21.9%
Dependent packages count: 29.8%
Average: 35.0%
Dependent repos count: 35.5%
Downloads: 66.6%
Maintainers (1)
Last synced: 11 months ago

Dependencies

DESCRIPTION cran
  • grid * depends
  • stringr * depends