Learn R Programming

datana (version 1.1.2)

maple: Tree biomass of sugar maple (Acer saccharum) trees.

Description

These are tree-level measurement data of sample trees in the US.

Usage

data(maple)

Arguments

Format

Contains tree-level variables, as follows:

tree

Sample tree identification number.

dbh

Diameter at breast height, in cm

leaf

Leaf biomass, in kg.

branch

Branches biomass, in kg.

bole

Stem, or bole, biomass, in kg.

bark

Bark biomass, in kg.

total

Total biomass, in kg.

References

  • Prof. Christian Salas-Eljatib at Universidad de Chile, Santiago, Chile.

Examples

Run this code
data(maple)    
head(maple) 
plot(total~dbh,data=maple)

Run the code above in your browser using DataLab