Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 1.21 KB

File metadata and controls

19 lines (13 loc) · 1.21 KB

Random Trees

Name: Sean Gilligan

This project is a "package" that contains functions for making fractal trees in R, starting with deterministic methods and introducing randomness to angles and lengths. It also included functions for animating fractal trees.

The link below leads to a no-longer up-to-date discussion and demonstration of some of the functionality.
https://github.com/ST541-Fall2020/swankydoodledandy-project-randomtrees/blob/master/random_trees_presentation.md

A more up-to-date printer-friendly report with useful links can be found here:
https://github.com/ST541-Fall2020/swankydoodledandy-project-randomtrees/blob/master/random_trees_report.md

A discussion and demonstration of deterministic trees can be found here:
https://github.com/ST541-Fall2020/swankydoodledandy-project-randomtrees/blob/master/basic_deterministic_trees.md

A discussion and demonstration of randomization and random_trees can be found here:
https://github.com/ST541-Fall2020/swankydoodledandy-project-randomtrees/blob/master/random_trees.md

A discussion and demonstration of animation methods can be found here:
https://github.com/ST541-Fall2020/swankydoodledandy-project-randomtrees/blob/master/animated_tree.md