Description Usage Arguments Details Value Author(s) See Also Examples
Estimate the tree height, crown area, and the diameter at breast height of a tree point cloud
1 | tree_metrics(cloud, region.diameter = NULL, relocateZ = TRUE)
|
cloud |
A |
region.diameter |
A |
relocateZ |
Logical, if |
The tree height is estimated based on the maximum value of *Z*, the
crown area is calculated applying a convex hull on the point cloud, while the
DBH is calculated extracting the area of the convex hull on the subset of points
between region.diameter, and then estimating the diameter of a circle.
For another estimation of DBH try circleRANSAC or for irregular
trucks try trunk_volume.
A data.table with the tree height, crown area, and diameter
J. Antonio Guzman Q. and Ronny Hernandez
1 2 | data("pc_tree")
tree_metrics(pc_tree)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.