Learn R Programming

lmfor (version 1.4)

spati2: Heights and diameters of Scots pine trees in Ilomantsi, Finland.

Description

A dataset of Scots pine tree heights and diameters. The trees were collected on 56 fixed-area sample plots. This is a subset of the larger data set spati.

Usage

data(spati2)

Arguments

Format

A data frame with 1678 observations on the following 3 variables.

plot

A unique sample plot id.

d

Tree diameter at breast height (1.3 meters above the ground) in cm.

h

Tree height, m.

n

The total number of trees on the plot.

dvar

The variance of tree diameters on the plot.

dmean

The mean of tree diameters on the plot.

References

Pukkala, T. 1989. Prediction of tree diameter and height in a Scots pine stand as a function of the spatial pattern of trees. Silva Fennica 23(2): 83-99.

Examples

Run this code
# NOT RUN {
data(spati2)
fithd(spati2$d,spati2$h,spati2$plot)
# }

Run the code above in your browser using DataLab