Description Usage Arguments Value Examples
View source: R/champion_tree.R
Create a champion tree object
1 2 3 4 5 6 7 | champion_tree(
circumference,
height,
spread,
common = "unknown",
scientific = "unknown"
)
|
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 |
An object of class "championtree"
1 | champion_tree(1020, 274, 107)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.