calculate_BAL {MLFS}R Documentation

calculate_BAL

Description

This function calculates the competition index BAL (Basal Area in Large trees) and adds it to the table of individual tree measurements that include basal area and the upscale factors. All trees should also be described with plotID and year variables

Usage

calculate_BAL(df)

Arguments

df

a data frame with individual tree measurements that include basal area and the upscale factors. All trees should also be described with plotID and year variables

Value

a data frame with calculated basal area in large trees (BAL)

Examples

data(data_v1)
data_v1 <- calculate_BAL(df = data_v1)


[Package MLFS version 0.4.2 Index]