tr: Individual Tree Data

Description Usage Format Source Examples

Description

A data frame with data to create the trList object needed to run sitree.

Usage

1
data("tr")

Format

The data frame contains the following columns

plot.id

unique ID for each stand that corresponds to plot.id in the fl dataset

treeid

unique ID for each tree

dbh

dbh in mm

height

height of the tree in dm

tree.sp

tree species code

Source

This dataset is derived from the Norwegian National Forest Inventory.

Examples

1
2
data(tr)
hist(tr$dbh)

cantonfe/sitree documentation built on Dec. 26, 2021, 8:55 a.m.