Rdocumentation
powered by
Learn R Programming
fractalforest (version 1.0.1)
Simulate Fractal Trees and Forests
Description
Create and visualize fractal trees and fractal forests, based on the Lindenmayer system (L-system). For more details see Lindenmayer (1968a)
and Lindenmayer (1968b)
.
Copy Link
Link to current version
Version
Version
1.0.1
1.0.0
Install
install.packages('fractalforest')
Monthly Downloads
134
Version
1.0.1
License
MIT + file LICENSE
Maintainer
Sergio Costa
Last Published
July 2nd, 2025
Functions in fractalforest (1.0.1)
Search all functions
build_forest_profile
Construct a 2D Forest Profile Using L-System Trees from Inventory Data.
is_branch_symbol
Check if character is a branch symbol
plot_tree
Visualize a fractal tree
is_pop_symbol
Check if character is a pop symbol
iterate_lsystem
Rewrite an Axiom Using Production Rules to Generate a String for Turtle Graphics
plot_forest_profile
Visualize the 2D profile of a fractal trees forest
build_tree
Build a 2D L-System Tree Using Turtle Graphics
fractal_tree_model
Build a 2D L-System Tree from Predefined Tree Templates
generate_point_cloud
Generate a Point Cloud from 2D trees data frame
fractalforest-package
fractalforest: Simulate Fractal Trees and Forests
get_tree_matrix
Extract the Fractal Tree Matrix from a Tree Data Frame