data_v5 {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 simulating harvesting.

Usage

data_v5

Format

A data frame with 5949 rows and 10 variables:

species

species name

year

year in which plot was visited

plotID

a unique identifier for plot

treeID

a unique identifier for tree

speciesGroup

identifier for species group

code

status of a tree: 0 (normal), 1(harvested), 2(dead), 3 (ingrowth)

volume_mid

tree volume in m3 in the middle of a simulation step

weight_mid

upscale weight to calculate hectare values in the middle of a simulation step

BA_mid

basal area of individual trees in m2 in the middle of a simulation step

protected

logical, 1 if protected, otherwise 0


[Package MLFS version 0.4.2 Index]