Learn R Programming

MLFS (version 0.4.2)

calculate_BAL: 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)

Value

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

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

Examples

Run this code
data(data_v1)
data_v1 <- calculate_BAL(df = data_v1)

Run the code above in your browser using DataLab