get_r_max {treePlotArea} | R 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()
[Package treePlotArea version 2.1.0 Index]