data_v3 {MLFS} | R Documentation |
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
data_v3
A data frame with 6948 rows and 14 variables:
a unique identifier for plot
a unique identifier for tree
year in which plot was visited
identifier for species group
status of a tree: 0 (normal), 1(harvested), 2(dead), 3 (ingrowth)
species name
tree height in meters
crown height in meters
basal area of individual trees in m2
upscale weight to calculate hectare values
basal area of individual trees in m2 from previous simulation step
tree height in meters from previous simulation step
crown height in meters from previous simulation step
upscale weight to calculate hectare values from previous simulation step
tree volume in m3
tree volume in m3 from previous simulation step