Description Usage Arguments Value Author(s) Examples
View source: R/ENL_height_normalized.R
Computes the effective number of layers (ENL) after Ehbrecht et al. 2017
1 2 3 4 5 | ENL_height_normalized(
input_cloud = ".xyz",
voxel_size = 0.1,
slice_thickness = 0.5
)
|
input_cloud |
A 3D point cloud file as full path, e.g. "C:/tree1.xyz". Assumes first three columns to be x y z without header. Futher columns are ignored. |
voxel_size |
Voxel size (in meter) for ENL computation. Default 0.1 m. |
slice_thickness |
Thickness (in meter) of vertical layers for ENL computation. Default 0.5 m. |
ENL value
Matthias Kunz, last updated: 28.02.2020
1 | ENL(input_cloud="*.xyz", voxel_size=0.05, slice_thickness=0.5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.