data_v3 {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. The difference between data_v2 and data_v3 is that in data_v3, tree heights are already predicted
Usage
data_v3
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_height
tree height in meters from previous simulation step
- p_crownHeight
crown height in meters from previous simulation step
- p_weight
upscale weight to calculate hectare values from previous simulation step
- volume
tree volume in m3
- p_volume
tree volume in m3 from previous simulation step