Learn R Programming

PASWR (version 1.0)

biomass: Beech Trees

Description

Several measurements of 42 beech trees (Fagus Sylvatica) taken from a forest in Navarra (Spain).

Usage

biomass

Arguments

source

Gobierno de Navarra and Gestion Ambiental Viveros y Repoblaciones de Navarra, 2006. The data were obtained within the European Project FORSEE.

References

Ugarte, M. D., Militino, A. F., and Arnholt, A. T. (2008) Probability and Statistics with R. Chapman & Hall/CRC.

Examples

Run this code
attach(biomass)
plot(log(Dn),log(PSA))
detach(biomass)

Run the code above in your browser using DataLab