get_tree_data: Get Tree Data

View source: R/get_tree_data.R

get_tree_dataR Documentation

Get Tree Data

Description

This function retrieves a data frame of tree default data.

Usage

get_tree_data(tree_name = NULL)

Arguments

tree_name

Default NULL. The tree name, if only a single tree's info is needed. Otherwise, all trees are returned.

Value

Returns a data frame.

Examples

# Fetch the tree data frame.
get_tree_data()

# Get single tree
get_tree_data("palm")

tree3d documentation built on July 9, 2023, 5:18 p.m.

Related to get_tree_data in tree3d...