Learn R Programming

biometrics (version 1.0.3)

treevolruca: Tree-level volume by species in the Rucamanque forest

Description

These is tree-level measurement data of sample trees in the Rucamanque experimental forest, near Temuco, in the Araucanía region in south-central Chile. Data were measured in 1999.

Usage

data(treevolruca)

Arguments

Format

Contains tree-level variables, as follows:

tree

Tree number identification.

spp

Tree species common name as follows: "Laurel" is Laurelia sempervirens, "Lingue" is Persea lingue, "Olivillo" is Aextoxicon punctatum, "Tepa" is Laureliopsis philippiana, "Tineo" is Weinmannia trichosperma, y "Ulmo" is Eucryphia cordifolia.

dbh

Diameter at breast height, in cm.

toth

Total height, in m.

d6

Upper-stem diameter at 6 m, in cm.

totv

Tree gross volume, in m³ with bark.

References

Examples

Run this code
data(treevolruca)
head(treevolruca)
table(treevolruca$spp)

Run the code above in your browser using DataLab