Learn R Programming

datana (version 1.0.6)

raulihg: Height growth of Nothofagus alpina trees in Chile.

Description

Time series data of height for rauli (Nothofagus alpina) trees in south-central Chile. These sampled trees are part of the ones used in Salas-Eljatib (2021, Ecological Applications). The full citation is provided below.

Usage

data(raulihg)

Arguments

Format

The data frame contains four variables as follows:

tree.code

tree id code

spp

species common name

bha.t

breast-height age, in yrs.

h.t

total height, in m.

References

- Salas-Eljatib C. 2021. An approach to quantify climate-productivity relationships: an example from a widespread Nothofagus forest. Ecological Applications 31(4): e02285. tools:::Rd_expr_doi("10.1002/eap.2285")

- Salas-Eljatib, C. 2021. Time series height-data for Nothofagus alpina trees. tools:::Rd_expr_doi("10.6084/m9.figshare.13521602.v5")

Examples

Run this code
data(raulihg)    
head(raulihg) 

Run the code above in your browser using DataLab