data_v2 {MLFS} | R Documentation |
An example of joined national forest inventory and site data that is used within the MLFS
Description
This is simulated data that reassemble the national forest inventory data. We use it to show how to run examples for tree and crown height predictions
Usage
data_v2
Format
A data frame with 6948 rows and 14 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
- code
status of a tree: 0 (normal), 1(harvested), 2(dead), 3 (ingrowth)
- species
species name
- height
tree height in meters
- crownHeight
crown height in meters
- BA
basal area of individual trees in m2
- weight
upscale weight to calculate hectare values
- p_BA
basal area of individual trees in m2 from previous simulation step
- p_weight
upscale weight to calculate hectare values from previous simulation step
- p_height
tree height in meters from previous simulation step
- p_crownHeight
crown height in meters from previous simulation step