tree_pop: Objects of class tree_pop

Description Usage Arguments Details Value

View source: R/class_definitions.R

Description

The function tree_pop creates tree population objects holding data on individual trees forming a forest and a polygon that defines the border of the forest. The objects are used as an input for simulating forest inventories.

Usage

1
tree_pop(data, boundary)

Arguments

data

A data.table object that describes the individual trees in a forest. Each row represents a tree, while tree attributes are stored in columns. A minimum set of attributes with specific columns names is required; see Details section.

boundary

A SpatialPolygons object that defines the border of the forest.

Details

The following columns are needed as a minimum requirement in data:

During object initialization, three variables required for simulations will be added:

This minimum set of attributes is required for the estimation of stem counts, basal area (a measure for site occupation) and diameter distributions. Users may add additional variables like species, tree volume, aboveground biomass, etc. It will be possible to include such addtional variables in the simulation.

Value

An object of class tree_pop. A named list with the following two entries:

  1. $data A data.table object as described above.

  2. $boundary A SpatialPolygons object that defines the border of the forest.


AWF-GAUG/fisim documentation built on May 28, 2019, 11:02 a.m.