Description Usage Arguments Value Author(s) Examples
Display tree crown base height.
1 | display_cbh(input_cloud = "*.xyz", cbh = 0, vox = TRUE, voxel_size = 0.03)
|
input_cloud |
A 3D point cloud file, e.g. "tree1.xyz". Assumes first three columns to be x y z without header. Futher columns are ignored. |
cbh |
Crown base height in meter. Default 0.0 |
vox |
Should the input point cloud be displayed as voxel grid for faster display. Default to TRUE. |
voxel_size |
Size (in meters) of the voxels when vox==TRUE. Default 0.03 |
NULL. Function currently does not return anything.
Matthias Kunz, last updated: 27.04.2019
1 | display_cbh("tree1.xyz", 3.4)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.