data_tree_heights {MLFS} | R Documentation |
An example of data with individual tree and crown heights that can be used as a fitting data frame for predicting tree and crown heights in MLFS
Description
This is simulated data that reassemble the national forest inventory data. We use it to show how to run examples for some specific functions
Usage
data_tree_heights
Format
A data frame with 2741 rows and 8 variables:
- plotID
a unique identifier for plot
- treeID
a unique identifier for tree
- year
year in which plot was visited
- speciesGroup
identifier for species group
- species
species name
- height
tree height in meters
- crownHeight
crown height in meters
- BA
basal area of individual trees in m2
[Package MLFS version 0.4.2 Index]