champion_tree: Create a champion tree object

Description Usage Arguments Value Examples

View source: R/champion_tree.R

Description

Create a champion tree object

Usage

1
2
3
4
5
6
7
champion_tree(
  circumference,
  height,
  spread,
  common = "unknown",
  scientific = "unknown"
)

Arguments

circumference

The circumference of the tree, in inches

height

The height of the tree, in feet

spread

The spread of the tree's crown, in feet

common

The tree's common name

scientific

The tree's scientific name

Value

An object of class "championtree"

Examples

1
 champion_tree(1020, 274, 107)

eheinzen/championtrees documentation built on Feb. 21, 2020, 2:01 a.m.