A dataset used throughout rsgl documentation and examples
containing repeated measurements of tree growth over time.
Loading rsgl masks datasets::trees; refer to the built-in version as
datasets::trees if you need it.
Format
A data frame with 35 rows and 3 variables:
- tree_id
Integer identifier for the tree.
- age
Age of the tree at the time of measurement.
- circumference
Trunk circumference at the time of measurement.
Source
Derived from datasets::Orange (R Core Team), with the Tree
column renamed to tree_id.