View source: R/get_crown_file.R
get_crown_file | R Documentation |
Generate a specific 3D representation of a tree crown, given the parameters for the type of tree crown, the desired level of detail or resolution, and whether or not to offset the crown to align it with the trunk at the origin.
get_crown_file(
tree = "oval",
resolution = "medium",
offset_origin = TRUE,
solid = FALSE
)
tree |
Default |
resolution |
Default |
offset_origin |
Default |
solid |
Default |
Filename of OBJ file (as .txt
file)
#Get a crown OBJ
get_crown_file(tree = "rounded", resolution = "high")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.