Learn R Programming

datana (version 1.0.6)

treelistinve: Tree-list data from a forest sampling work (usually term as a forest inventory).

Description

Tree-level variables measured within three sample plots in a forest sampling effort. This sort of work is commonly referred as a forest inventory. Notice that plots might have different areas. The sampling was carried out in a secondary forest of Nothofagus obliqua in the Rucamanque experimental station, near the city of Temuco, in southern Chile.

Usage

data(treelistinve)

Arguments

Format

Contains tree-level variables, as follows:

plot

Plot number.

plot.size

Plot size, in m\(^{2}\).

tree

Tree identificator

species

species common name as follows: Olivillo= Aextocicon puncatatum, Tepa= Laureliopsis philippiana, Lingue= Persea lingue, Coigue=Nothofagus dombeyi, Roble=Nothofagus obliqua, Other=Other

dbh

Diameter at breast-height, in cm.

toth

Total height, in m. Only measured for some sample trees.

References

- Salas C. 2001. Caracterización básica del relicto de Biodiversidad Rucamanque. Bosque Nativo, 29:3-9. https://eljatib.com/publication/2001-06-01_caracterizacion_basi/

- Salas C. 2002. Ajuste y validación de ecuaciones de volumen para un relicto del bosque de Roble-Laurel-Lingue. Bosque 23(2): 81-92. tools:::Rd_expr_doi("10.4067/S0717-92002002000200009") https://eljatib.com/publication/2002-07-01_ajuste_y_validacion_/

Examples

Run this code
data(treelistinve)    
head(treelistinve) 
tapply(treelistinve$dbh,treelistinve$species,summary)

Run the code above in your browser using DataLab