ENL_height_normalized: Computes the effective number of layers (ENL) after Ehbrecht...

Description Usage Arguments Value Author(s) Examples

View source: R/ENL_height_normalized.R

Description

Computes the effective number of layers (ENL) after Ehbrecht et al. 2017

Usage

1
2
3
4
5
ENL_height_normalized(
  input_cloud = ".xyz",
  voxel_size = 0.1,
  slice_thickness = 0.5
)

Arguments

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.

Value

ENL value

Author(s)

Matthias Kunz, last updated: 28.02.2020

Examples

1
ENL(input_cloud="*.xyz", voxel_size=0.05, slice_thickness=0.5)

spatial-mk/tre3d documentation built on April 1, 2020, 5:26 p.m.