Az: estimate minimum cutting diameter

View source: R/Az.r

AzR Documentation

estimate minimum cutting diameter

Description

estimate minimum cutting diameter based on diameter in breast height based on the functions implemented in BDAT

Usage

Az(sp, dbh)

Arguments

sp

Bdat species code [1;36], integer

dbh

vector of diameter in breast height, numeric

Details

the implemented BDAT function and parameters are used. Not all BDAT-species possess their own parameters, hence most of them are matched to one of the main tree species, especially in deciduous tree species (only parameters for beech and oak are available).

Value

vector of minimum cutting diameter [cm].

Examples

sp <- 1
dbh <- 30
Az(sp, dbh)

TapeS documentation built on March 31, 2023, 7:19 p.m.