get_r_max {treePlotArea} | R Documentation |
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
.
get_r_max(counting_factor = 4, area = 10000)
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]. |
A theoretical maximum distance in centimeter. Based on the assumption that trees have a maximum diameter at breast height of 200 cm.
get_r_max()