calculate_BAL {MLFS} | R Documentation |
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
calculate_BAL(df)
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 |
a data frame with calculated basal area in large trees (BAL)
data(data_v1)
data_v1 <- calculate_BAL(df = data_v1)