PBAL: Basal area of larger trees

View source: R/BAL.R

PBALR Documentation

Basal area of larger trees

Description

It calculates the basal area of larger trees for a plot.

Usage

PBAL(BA)

Arguments

BA

A vector of tree's basal area.

Value

It returns a vector with the sum of the basal areas of larger trees. Trees with similar BA are not considered larger.

Examples

PBAL(c(1,2,3,4,4))

sitreeE documentation built on April 3, 2025, 7:44 p.m.