data_v1 {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 and simulated data. We use it to show how to run examples for some specific functions
Usage
data_v1
Format
A data frame with 11984 rows and 15 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
- protected
logical, 1 if protected, otherwise 0
- slope
slope on a plot
- elevation
plot elevation
- northness
plot northness, 1 is north, 0 is south
- siteIndex
a proxy for site index, higher value represents more productive sites
- BA
basal area of individual trees in m2
- weight
upscale weight to calculate hectare values
[Package MLFS version 0.4.2 Index]