Learn R Programming

tree3d (version 0.1.2)

get_tree_data: Get Tree Data

Description

This function retrieves a data frame of tree default data.

Usage

get_tree_data(tree_name = NULL)

Value

Returns a data frame.

Arguments

tree_name

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

Examples

Run this code
# Fetch the tree data frame.
get_tree_data()

# Get single tree
get_tree_data("palm")

Run the code above in your browser using DataLab