Description Usage Arguments Value Author(s) Examples
View source: R/vertical_distribution.R
Computation of vertical (wood) distribution
1 2 3 4 5 6 | vertical_distribution(
input_cloud = data.frame(x = runif(20), y = runif(20), z = runif(20)),
strata_height = 0.3,
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. |
strata_height |
Thickness of vertical slices in meter. Default 0.3 |
vox |
Should the input point cloud be reduced to voxel grid for faster computation. Default to TRUE. |
voxel_size |
Size (in meters) of the voxels when vox==TRUE. Default 0.03 |
A data.frame with tree parameters
Matthias Kunz, last updated: 30.01.2020
1 | vertical_distribution("tree1.xyz", 0.25)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.