est_bm_H: Estimate biomass based on tree height

Description Usage Arguments Value Examples

Description

This function uses equations and parameters obtained from peer reviewed publications to estimate tree biomass based on the species and the tree height

Usage

1
est.bm.H(Species, H)

Arguments

Species

A species name, e.g, "Abies alba".

H

Height of the tree in cm.

Value

Returns estimated tree biomass in g as a numeric value.

Examples

1
est.bm.H(Species = "Abies alba", H = 120)

ManuelPopp/BiomassEST documentation built on Dec. 17, 2021, 2:19 a.m.