get_r_max: Get a Theoretical Maximum Distance for a Tree

View source: R/get_r_max.R

get_r_maxR Documentation

Get a Theoretical Maximum Distance for a Tree

Description

Maximum distance is of interest as boundaries that are more than double that distance away are of no interest. This only a convenience wrapper to get_boundary_radius.

Usage

get_r_max(counting_factor = 4, area = 10000)

Arguments

counting_factor

The basal area factor used in counting the trees. For tally trees in the German national forest inventory its value is 4 [m^2].

area

The reference surface in [m^2].

Value

A theoretical maximum distance in centimeter. Based on the assumption that trees have a maximum diameter at breast height of 200 cm.

Examples

get_r_max()

treePlotArea documentation built on June 22, 2024, 6:57 p.m.