View source: R/get_tree_matrix.R
get_tree_matrix | R Documentation |
Extract the Fractal Tree Matrix from a Tree Data Frame
get_tree_matrix(tree_df)
tree_df |
A data frame containing the tree data, typically resulting from the |
This function extracts the start and end coordinates of the tree segments and returns the result as a matrix.
A matrix of unique coordinates (x, y) representing the positions of the tree's segments.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.