Learn R Programming

datana (version 1.0.6)

treegr: Diameter and height growth of Grand-fir (Abies grandis) sample trees

Description

Diameter and height growth of 66 Grand-fir trees. Data derived from stem analysis sample trees collected by Dr Albert Stage (US Forest Service, Moscow, ID, USA.)

Usage

data(treegr)

Arguments

Format

Contains seven column, as follows:

tree.id

Tree number identificator. An unique number to each sample tree.

forest

Forest type.

habitat

Forest habitat type.

tree.code

A composite tree code representing the following columns: tree.id-forest-habitat

age

Age, in yr

dbh

Diameter at breast-height, in cm.

toth

Total height, in m.

References

Stage, A. R., 1963. A mathematical approach to polymorphic site index curves for Grand fir. Forest Science 9 (2), 167–180.

Examples

Run this code
data(treegr)    
head(treegr) 

Run the code above in your browser using DataLab