get_tree_data {tree3d}R 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")

[Package tree3d version 0.1.2 Index]